.rubocop.yml in simplecov-material-0.3.0 vs .rubocop.yml in simplecov-material-0.4.0
- old
+ new
@@ -833,13 +833,13 @@
Enabled: false
Style/UnlessElse:
Description: Do not use unless with else. Rewrite these with the positive case first.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#no-else-with-unless
Enabled: true
-Style/UnneededCapitalW:
+Style/RedundantCapitalW:
Description: Checks for %W when interpolation is not needed.
Enabled: false
-Style/UnneededPercentQ:
+Style/RedundantPercentQ:
Description: Checks for %q/%Q when single quotes or double quotes would do.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#percent-q
Enabled: false
Style/TrailingUnderscoreVariable:
Description: Checks for the usage of unneeded trailing underscores at the end of