Sha256: e12091d698830d1f4e02267401067a5f897e9f9e6cc9754b924728dceb5a2a23
Contents?: true
Size: 802 Bytes
Versions: 3
Compression:
Stored size: 802 Bytes
Contents
AllCops: Include: - 'lib/**/*.rb' - 'lib/**/*.rake' - 'test/**/*.rb' Exclude: - 'bin/**/*' - 'vendor/**/*' - 'tmp/**/*' - 'Rakefile' - 'Gemfile' - '*.gemspec' DisplayCopNames: true StyleGuideCopsOnly: false TargetRubyVersion: 2.2 Rails: Enabled: false Style/Documentation: Exclude: - 'test/**/*.rb' Style/StringLiterals: EnforcedStyle: double_quotes Style/RegexpLiteral: Enabled: false Style/ClassAndModuleChildren: Exclude: - 'test/**/*.rb' Layout/EmptyLinesAroundArguments: Enabled: false Layout/SpaceInsideStringInterpolation: EnforcedStyle: no_space Metrics/LineLength: Max: 100 Exclude: - 'test/**/*.rb' Metrics/MethodLength: Exclude: - 'test/**/*.rb' Metrics/ClassLength: Exclude: - 'test/**/*.rb'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubocop-md-0.2.0 | .rubocop.yml |
rubocop-md-0.1.1 | .rubocop.yml |
rubocop-md-0.1.0 | .rubocop.yml |