enabled.yml in gist_updater-0.3.0 vs enabled.yml in gist_updater-0.3.1
- old
+ new
@@ -174,9 +174,23 @@
Style/PreferredHashMethods:
Description: 'Checks use of `has_key?` and `has_value?` Hash methods.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#hash-key'
Enabled: true
+Style/Documentation:
+ Description: 'Document classes and non-namespace modules.'
+ Enabled: true
+ Exclude:
+ - 'spec/**/*'
+ - 'test/**/*'
+
+Style/DocumentationMethod:
+ Description: 'Public methods.'
+ Enabled: true
+ Exclude:
+ - 'spec/**/*'
+ - 'test/**/*'
+
Style/DotPosition:
Description: 'Checks the position of the dot in multi-line method calls.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains'
Enabled: true