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=[
|
rules=[
|
||||||
ExplicitResultTypes,
|
|
||||||
RemoveUnused,
|
|
||||||
DisableSyntax,
|
DisableSyntax,
|
||||||
LeakingImplicitClassVal,
|
LeakingImplicitClassVal,
|
||||||
NoValInForComprehension,
|
NoValInForComprehension,
|
||||||
ProcedureSyntax
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue