We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afd123 commit b2c038bCopy full SHA for b2c038b
.scalafix.conf
@@ -1,6 +1,10 @@
1
rules = [
2
OrganizeImports,
3
- RemoveUnused
+ RemoveUnused,
4
+ NoAutoTupling,
5
+ LeakingImplicitClassVal,
6
+ NoValInForComprehension,
7
+ ProcedureSyntax // only for Scala 2.x
8
]
9
10
RemoveUnused {
0 commit comments