Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-eckstein committed Mar 8, 2021
1 parent cf3ed3a commit b053486
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .idea/dictionaries/brands.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/dictionaries/english.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/dictionaries/project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions .idea/dictionaries/software.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions detekt-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ complexity:
LongParameterList:
constructorThreshold: 12
TooManyFunctions:
thresholdInFiles: 30
thresholdInClasses: 30
thresholdInInterfaces: 30
thresholdInFiles: 40
thresholdInClasses: 40
thresholdInInterfaces: 40
ignoreOverridden: true
naming:
ConstructorParameterNaming:
Expand All @@ -26,6 +26,8 @@ style:
active: false
MaxLineLength:
active: false
ReturnCount:
max: 3
UnnecessaryAbstractClass:
active: false
UseIfInsteadOfWhen:
Expand Down

0 comments on commit b053486

Please sign in to comment.