remove unsupported rules in scalafix
Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
parent
0b17419ccf
commit
9688387b9b
|
@ -1,8 +1,5 @@
|
|||
rules=[
|
||||
ExplicitResultTypes,
|
||||
RemoveUnused,
|
||||
DisableSyntax,
|
||||
LeakingImplicitClassVal,
|
||||
NoValInForComprehension,
|
||||
ProcedureSyntax
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue