config/default.yml in rubocop-on-rbs-0.6.0 vs config/default.yml in rubocop-on-rbs-0.7.0
- old
+ new
@@ -76,33 +76,39 @@
Enabled: true
## RBS/Lint
RBS/Lint:
+ Severity: warning
Enabled: true
+RBS/Lint/AmbiguousOperatorPrecedence:
+ Description: 'Check ambiguous operator precedence'
+ Enabled: true
+
RBS/Lint/DuplicateOverload:
- Severity: warning
Description: 'Checks that there are no repeated overload bodies'
Enabled: true
RBS/Lint/LiteralIntersection:
- Severity: warning
Description: 'Check literal intersection'
Enabled: true
RBS/Lint/Syntax:
Severity: fatal
Description: 'Check RBS syntax'
Enabled: true
+RBS/Lint/UselessAccessModifier:
+ AutoCorrect: contextual
+ Description: 'Check useless access modifier'
+ Enabled: true
+
RBS/Lint/UselessOverloadTypeParams:
- Severity: warning
Description: 'Check redundant overload type params'
Enabled: true
RBS/Lint/WillSyntaxError:
- Severity: warning
Description: 'Check RBS will syntax error'
Enabled: true
## RBS/Style