Sha256: 8d4a6f28e28c9092f71c79121336fb19d52eaeff3264f78542376cdc8e44e708
Contents?: true
Size: 744 Bytes
Versions: 1
Compression:
Stored size: 744 Bytes
Contents
Rails: Enabled: true Rails/Delegate: Enabled: false # inherit_gem: # rubocop-rails: # - config/rails.yml AllCops: DisplayCopNames: true TargetRubyVersion: 2.4 Exclude: - 'bin/**/*' - 'vendor/**/*' Layout/EmptyLineAfterGuardClause: Enabled: false Layout/MultilineMethodDefinitionBraceLayout: EnforcedStyle: same_line Metrics/LineLength: Max: 110 Metrics/BlockLength: Exclude: - '*.gemspec' ExcludedMethods: ['describe', 'context', 'xdescribe', 'xcontext'] Layout/SpaceInsideBlockBraces: Enabled: false Layout/IndentFirstArrayElement: EnforcedStyle: consistent Style/ClassAndModuleChildren: Enabled: false Style/StringLiterals: Enabled: false Style/SymbolArray: EnforcedStyle: brackets
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
checkpoint-1.1.3 | .rubocop.yml |