Sha256: dbb88574d676dad811633d796a064cbaba14cd0d8af105f7bf9903a4e026bbbc
Contents?: true
Size: 579 Bytes
Versions: 3
Compression:
Stored size: 579 Bytes
Contents
inherit_mode: merge: - Exclude require: - rubocop-performance - rubocop-rspec - standard/cop/block_single_line_braces inherit_gem: standard: config/base.yml AllCops: TargetRubyVersion: 2.6 SuggestExtensions: false Exclude: - "db/**/*" - "tmp/**/*" - "vendor/**/*" Layout/SpaceInsideHashLiteralBraces: Enabled: false Style/TrailingCommaInArguments: Enabled: false Style/TrailingCommaInArrayLiteral: Enabled: false Style/TrailingCommaInHashLiteral: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
esse-kaminari-0.1.1 | .rubocop.yml |
esse-kaminari-0.1.0 | .rubocop.yml |
esse-active_record-0.1.1 | .rubocop.yml |