disabled.yml in gist_updater-0.3.0 vs disabled.yml in gist_updater-0.3.1

- old
+ new

@@ -21,23 +21,9 @@ Style/Copyright: Description: 'Include a copyright notice in each file before any code.' Enabled: false -Style/Documentation: - Description: 'Document classes and non-namespace modules.' - Enabled: false - Exclude: - - 'spec/**/*' - - 'test/**/*' - -Style/DocumentationMethod: - Description: 'Public methods.' - Enabled: false - Exclude: - - 'spec/**/*' - - 'test/**/*' - Style/Encoding: Description: 'Use UTF-8 as the source file encoding.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#utf-8' Enabled: false