Hide 'redirectedfrom' notice when printing articles
[lhc/web/wiklou.git] / .rubocop.yml
index cc32da4..00479d1 100644 (file)
@@ -1 +1,8 @@
 inherit_from: .rubocop_todo.yml
+
+AllCops:
+    Exclude:
+        - 'extensions/**/*'
+        - 'skins/**/*'
+        - 'tests/frontend/node_modules/**/*'
+        - 'vendor/**/*'