config/default.yml in rubocop-on-rbs-0.4.0 vs config/default.yml in rubocop-on-rbs-0.5.0
- old
+ new
@@ -88,17 +88,17 @@
RBS/Lint/LiteralIntersection:
Severity: warning
Description: 'Check literal intersection'
Enabled: true
-RBS/Lint/UselessOverloadTypeParams:
- Severity: warning
- Description: 'Check redundant overload type params'
- Enabled: true
-
RBS/Lint/Syntax:
Severity: fatal
Description: 'Check RBS syntax'
+ 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'