diff --git a/.rubocop.yml b/.rubocop.yml index 5e845dbb..0d918db1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,9 +3,13 @@ inherit_gem: inherit_mode: merge: - Exclude + AllCops: Exclude: - - 'examples/**/*' + - "examples/**/*" + +Discourse/Plugins: + Enabled: false RSpec: Enabled: false