Sha256: 51fe40835a747265f30b2ed5c8b73608a0173dc24e6d1f025c7792bd3bfc64a4
Contents?: true
Size: 682 Bytes
Versions: 1
Compression:
Stored size: 682 Bytes
Contents
AllCops: Exclude: - 'db/schema.rb' - 'vendor/bundle/**/*' - 'bin/bundle' - 'bin/rails' - 'bin/rake' Style/Documentation: Enabled: false Style/AsciiComments: Enabled: false Style/SpaceInsideBlockBraces: SpaceBeforeBlockParameters: false Style/Lambda: Enabled: false Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/BlockDelimiters: EnforcedStyle: semantic FunctionalMethods: - map Metrics/ClassLength: Exclude: - 'db/migrate/**/*' Metrics/LineLength: Max: 125 Metrics/MethodLength: Exclude: - 'db/migrate/**/*' Metrics/AbcSize: Exclude: - 'db/migrate/**/*' Style/ExtraSpacing: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
deka_eiwakun-0.2.0 | config/rubocop.yml |