0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 11:52:14 +02:00
UrlChecker/.github/codeql-config.yml
2024-03-16 18:48:07 +01:00

9 lines
386 B
YAML

# exclude rules that I don't agree with
query-filters:
- exclude:
# allow markdown lines to be as long as they need
id: markdownlint_MD013
- exclude:
# I like to 'group' logic inside classes, which means that sometimes fields are below other methods (fields1/methods1/fields2/methods2)
id: PMD_category_java_codestyle_FieldDeclarationsShouldBeAtStartOfClass