Switch some HTMLForms in special pages to OOUI
[lhc/web/wiklou.git] / .rubocop.yml
index 3f1af39..61ffc1a 100644 (file)
@@ -1,13 +1,9 @@
-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: