Merge "Convert Special:DeletedContributions to use OOUI."
[lhc/web/wiklou.git] / .rubocop.yml
index c04818e..5b6c3f2 100644 (file)
@@ -1,11 +1,26 @@
-inherit_from: .rubocop_todo.yml
-
 AllCops:
-    Exclude:
-        - 'extensions/**/*'
-        - 'skins/**/*'
-        - 'tests/frontend/node_modules/**/*'
-        - 'vendor/**/*'
+  Exclude:
+    - 'extensions/**/*'
+    - 'node_modules/**/*'
+    - 'skins/**/*'
+    - 'tests/frontend/node_modules/**/*'
+    - 'vendor/**/*'
+  StyleGuideCopsOnly: true
 
 Metrics/LineLength:
   Max: 100
+
+Metrics/MethodLength:
+  Enabled: false
+
+Style/Alias:
+  Enabled: false
+
+Style/SignalException:
+  Enabled: false
+
+Style/StringLiterals:
+  EnforcedStyle: single_quotes
+
+Style/TrivialAccessors:
+  ExactNameMatch: true