Sha256: d29f15f248d24679cfa1e5d6a74fd88ee79e073a071830ea7cf336b71af4e2ee
Contents?: true
Size: 479 Bytes
Versions: 3
Compression:
Stored size: 479 Bytes
Contents
AllCops: RunRailsCops: true Include: - '**/Gemfile' - '**/Rakefile' Exclude: - 'bin/*' - 'db/migrate/*' - 'db/seeds.rb' - 'db/schema.rb' - 'vendor/bundle/**/*' Metrics/ClassLength: CountComments: false # count full line comments? Max: 150 Metrics/LineLength: Max: 120 Metrics/MethodLength: CountComments: false # count full line comments? Max: 20 Style/AsciiComments: Enabled: false Style/AccessorMethodName: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bearonrails-0.2.0 | .rubocop.yml |
bearonrails-0.1.1 | .rubocop.yml |
bearonrails-0.1.0 | .rubocop.yml |