-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76165e6
commit e87f9a9
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters