Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-12 13:12:53 +01:00
25 Zeilen
398 B
YAML
25 Zeilen
398 B
YAML
inherit_gem:
|
|
rubocop-discourse: stree-compat.yml
|
|
|
|
AllCops:
|
|
Exclude:
|
|
- 'gems/**/*'
|
|
- 'vendor/**/*'
|
|
|
|
RSpec/ContextWording:
|
|
Enabled: false
|
|
|
|
RSpec/DescribeClass:
|
|
Enabled: false
|
|
|
|
Discourse/TimeEqMatcher:
|
|
Enabled: false
|
|
|
|
Discourse/NoAddReferenceOrAliasesActiveRecordMigration:
|
|
Enabled: false
|
|
|
|
Lint/BooleanSymbol:
|
|
Enabled: false
|
|
|
|
Discourse/Plugins/NoMonkeyPatching:
|
|
Enabled: false
|