.hound.yml in name-tamer-0.2.14 vs .hound.yml in name-tamer-0.2.15
- old
+ new
@@ -1,27 +1,6 @@
-LineLength:
- Description: 'Limit lines to 120 characters.'
- Max: 120
- Enabled: true
-
-MethodLength:
- Description: 'Avoid methods longer than 10 lines of code.'
- Max: 23
- Enabled: true
-
-Documentation:
- Description: 'Document classes and non-namespace modules.'
- Enabled: false
-
-FileName:
- Description: 'Use snake_case for source file names.'
- Enabled: false
-
-DotPosition:
- Description: 'Checks the position of the dot in multi-line method calls.'
- EnforcedStyle: leading
- # EnforcedStyle: trailing
- Enabled: true
-
-StringLiterals:
- EnforcedStyle: single_quotes
- Enabled: true
+---
+ruby:
+ enabled: true
+ config_file: .rubocop.yml
+coffee_script:
+ enabled: true