.rubocop.yml in workarea-super_hero-2.2.2 vs .rubocop.yml in workarea-super_hero-2.3.0
- old
+ new
@@ -1,12 +1,3 @@
-inherit_from: .rails-rubocop.yml
+inherit_from:
+ - https://raw.githubusercontent.com/workarea-commerce/workarea/master/.rubocop.yml
-AllCops:
- Exclude:
- - 'test/dummy/**/*'
- - 'lib/super_hero.rb'
- - 'lib/super_hero/**/*'
-
-# Check quotes usage according to lint rule below.
-Style/StringLiterals:
- Enabled: true
- EnforcedStyle: single_quotes