config/cookstyle.yml in cookstyle-6.16.9 vs config/cookstyle.yml in cookstyle-6.16.10
- old
+ new
@@ -2610,6 +2610,10 @@
Style/BisectedAttrAccessor:
Enabled: true
# avoid assignments that aren't needed
Style/RedundantAssignment:
+ Enabled: true
+
+# alert on invalid ruby
+Lint/Syntax:
Enabled: true
\ No newline at end of file