Sha256: e180e1461199e4eba028e0474a6e158fb937b9cf0b29ed597ddfc562d1c509f3
Contents?: true
Size: 930 Bytes
Versions: 3
Compression:
Stored size: 930 Bytes
Contents
# These are all the cops that are disabled in the default configuration. Style/CollectionMethods: Description: 'Preferred collection methods.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#map-find-select-reduce-size' Enabled: false Style/Encoding: Description: 'Use UTF-8 as the source file encoding.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#utf-8' Enabled: false Style/InlineComment: Description: 'Avoid inline comments.' Enabled: false Style/MethodCalledOnDoEndBlock: Description: 'Avoid chaining a method call on a do...end block.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#single-line-blocks' Enabled: false Style/SymbolArray: Description: 'Use %i or %I for arrays of symbols.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#percent-i' Enabled: false Style/ExtraSpacing: Description: 'Do not use unnecessary spacing.' Enabled: false
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
pusher-rubocop-0.1.0 | config/disabled.yml |
rubocop-0.29.1 | config/disabled.yml |
rubocop-0.29.0 | config/disabled.yml |