default.yml in rubocop-discourse-2.6.0 vs default.yml in rubocop-discourse-3.0
- old
+ new
@@ -1,21 +1,6 @@
-require:
- - rubocop-discourse
-
inherit_from:
- - ./rubocop-core.yml
- - ./rubocop-rspec.yml
+ - ./stree-compat.yml
+ - ./rubocop-layout.yml
-AllCops:
- TargetRubyVersion: 2.6
- DisabledByDefault: true
- Exclude:
- - "db/schema.rb"
- - "bundle/**/*"
- - "vendor/**/*"
- - "**/node_modules/**/*"
- - "public/**/*"
- - "plugins/**/gems/**/*"
- - "plugins/**/vendor/**/*"
-
-Discourse:
- Enabled: true
+Layout/LineLength:
+ Enabled: false