Merge "wfMessage: use Message::params() to handle all the message parameters"
[lhc/web/wiklou.git] / .rubocop.yml
index cc32da4..5b6c3f2 100644 (file)
@@ -1 +1,26 @@
-inherit_from: .rubocop_todo.yml
+AllCops:
+  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