Refine code style

This commit is contained in:
Mygod
2018-12-29 01:38:50 +08:00
parent cfe785f510
commit 5fc67d4249
9 changed files with 12 additions and 16 deletions

View File

@@ -95,13 +95,13 @@ exceptions:
PrintStackTrace:
active: false
RethrowCaughtException:
active: true
active: false
ReturnFromFinally:
active: true
SwallowedException:
active: true
ThrowingExceptionFromFinally:
active: true
active: false
ThrowingExceptionInMain:
active: true
ThrowingExceptionsWithoutMessageOrCause:
@@ -317,8 +317,7 @@ style:
CollapsibleIfStatements:
active: true
DataClassContainsFunctions:
active: true
conversionFunctionPrefix: 'to'
active: false
EqualsNullCall:
active: true
ExpressionBodySyntax: