File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 379
379
description: "Warn when nullary methods return Unit."
380
380
- choice: "inaccessible"
381
381
description: "Warn about inaccessible types in method signatures."
382
- - choice: "nullary-override"
383
- description: "Warn when non-nullary `def f()` overrides nullary `def f`."
384
382
- choice: "infer-any"
385
383
description: "Warn when a type argument is inferred to be `Any`."
386
384
- choice: "missing-interpolator"
1135
1133
description: "Warn when nullary methods return Unit."
1136
1134
- choice: "inaccessible"
1137
1135
description: "Warn about inaccessible types in method signatures."
1138
- - choice: "nullary-override"
1139
- description: "Warn when non-nullary `def f()` overrides nullary `def f`."
1140
1136
- choice: "infer-any"
1141
1137
description: "Warn when a type argument is inferred to be `Any`."
1142
1138
- choice: "missing-interpolator"
You can’t perform that action at this time.
0 commit comments