mirror of https://github.com/usbharu/Hideout.git
chore: Lintエラーの許容範囲を20に設定
This commit is contained in:
parent
028c988475
commit
d556313866
|
@ -1,3 +1,6 @@
|
||||||
|
build:
|
||||||
|
maxIssues: 20
|
||||||
|
|
||||||
style:
|
style:
|
||||||
ClassOrdering:
|
ClassOrdering:
|
||||||
active: true
|
active: true
|
||||||
|
@ -68,6 +71,10 @@ complexity:
|
||||||
ignoreOverridden: true
|
ignoreOverridden: true
|
||||||
ignorePrivate: true
|
ignorePrivate: true
|
||||||
|
|
||||||
|
LongMethod:
|
||||||
|
active: true
|
||||||
|
excludes:
|
||||||
|
- "**/test/**"
|
||||||
|
|
||||||
exceptions:
|
exceptions:
|
||||||
ExceptionRaisedInUnexpectedLocation:
|
ExceptionRaisedInUnexpectedLocation:
|
||||||
|
@ -104,6 +111,8 @@ formatting:
|
||||||
naming:
|
naming:
|
||||||
FunctionMaxLength:
|
FunctionMaxLength:
|
||||||
active: true
|
active: true
|
||||||
|
excludes:
|
||||||
|
- "**/test/**"
|
||||||
|
|
||||||
FunctionMinLength:
|
FunctionMinLength:
|
||||||
active: true
|
active: true
|
||||||
|
|
Loading…
Reference in New Issue