Fixed Style/PerlBackrefs RuboCop offense
[lhc/web/wiklou.git] / .rubocop.yml
index 3f1af39..8b0f91a 100644 (file)
@@ -1,13 +1,11 @@
 inherit_from: .rubocop_todo.yml
 
 AllCops:
-    Exclude:
-        - 'extensions/**/*'
-        - 'skins/**/*'
-        - 'tests/frontend/node_modules/**/*'
-        - 'vendor/**/*'
-
-AllCops:
+  Exclude:
+    - 'extensions/**/*'
+    - 'skins/**/*'
+    - 'tests/frontend/node_modules/**/*'
+    - 'vendor/**/*'
   StyleGuideCopsOnly: true
 
 Metrics/LineLength: