summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 48147c2654c..1f125eb52ef 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -25,6 +25,11 @@ AllCops:
GetText:
Enabled: true
+ Exclude:
+ - 'scripts/**/*'
+ - 'rubocop/**/*'
+ - 'db/**/*'
+ - 'danger/**/*'
RailsI18n:
Enabled: false