Sha256: 6a73d9570f05aa1e90b3d3eb6d76a221050cca62163a6541e5cd1ec910884dab
Contents?: true
Size: 603 Bytes
Versions: 2
Compression:
Stored size: 603 Bytes
Contents
AllCops: DisplayCopNames: true DisplayStyleGuide: true RunRailsCops: true Exclude: - "bin/**/*" - "config/**/*" - "db/schema.rb" - "db/migrate/*" - "lib/templates/**/*" Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/AsciiComments: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Rails/FindBy: Enabled: false Metrics/MethodLength: Max: 30 Metrics/LineLength: Max: 90 Metrics/AbcSize: Max: 30 Metrics/ClassLength: Max: 200
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
params_builder-0.2.0 | .rubocop.yml |
params_builder-0.1.0 | .rubocop.yml |