Merge "Convert Special:DeletedContributions to use OOUI."
[lhc/web/wiklou.git] / .rubocop.yml
index 3f1af39..5b6c3f2 100644 (file)
@@ -1,13 +1,10 @@
-inherit_from: .rubocop_todo.yml
-
-AllCops:
-    Exclude:
-        - 'extensions/**/*'
-        - 'skins/**/*'
-        - 'tests/frontend/node_modules/**/*'
-        - 'vendor/**/*'
-
 AllCops:
+  Exclude:
+    - 'extensions/**/*'
+    - 'node_modules/**/*'
+    - 'skins/**/*'
+    - 'tests/frontend/node_modules/**/*'
+    - 'vendor/**/*'
   StyleGuideCopsOnly: true
 
 Metrics/LineLength: