Sha256: 0520e898083f3a9b7a052069e29b3c29c6569273d4d595ede32fe8c1221099d7
Contents?: true
Size: 641 Bytes
Versions: 1
Compression:
Stored size: 641 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/SpaceInsideStringInterpolation: EnforcedStyle: no_space Metrics/LineLength: Max: 100 Exclude: - 'test/**/*.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-md-0.0.1 | .rubocop.yml |