remove unsupported rules in scalafix

Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
hrj 2022-01-03 17:38:26 +05:30
parent 0b17419ccf
commit 9688387b9b
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
rules=[
ExplicitResultTypes,
RemoveUnused,
DisableSyntax,
LeakingImplicitClassVal,
NoValInForComprehension,
ProcedureSyntax
]