Merge "FeedItem: Use full URL with protocol for <id>/<guid> in Atom/RSS feeds"
[lhc/web/wiklou.git] / .rubocop.yml
index c04818e..3f1af39 100644 (file)
@@ -7,5 +7,23 @@ AllCops:
         - 'tests/frontend/node_modules/**/*'
         - 'vendor/**/*'
 
+AllCops:
+  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