mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +00:00
Some checks failed
Continuous Integration / Build & Test (map[database:true fullName:ubuntu-latest prettyName:Linux webTest:true]) (push) Has been cancelled
Upload Translations to Crowdin / crowdin-sync (push) Has been cancelled
Build Docker Image / Build and Publish (push) Has been cancelled
Qodana / qodana (push) Has been cancelled
* Add qodana.yaml file * Add github workflow file * Update qodana.yaml --------- Co-authored-by: Qodana Application <qodana-support@jetbrains.com> Co-authored-by: Henry Asbridge <henry@vorax.org>
11 lines
243 B
YAML
11 lines
243 B
YAML
version: "1.0"
|
|
linter: jetbrains/qodana-dotnet:2024.1
|
|
profile:
|
|
name: qodana.recommended
|
|
include:
|
|
- name: CheckDependencyLicenses
|
|
exclude:
|
|
- name: All
|
|
paths:
|
|
- ProjectLighthouse.Localization
|
|
- ProjectLighthouse/Migrations
|