0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-10-18 11:52:39 +02:00
discourse-custom-wizard/.rubocop.yml
2024-10-16 14:18:23 +02:00

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