Sha256: 18fb7b3db2245f01cecf8aee813ac223084f4fceb04959e25d6c39b80fd72ff0
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 KB
Contents
--- require: rubocop-rspec AllCops: DefaultFormatter: progress DisplayCopNames: true DisplayStyleGuide: false ExtraDetails: true TargetRubyVersion: 2.5 Metrics/LineLength: Exclude: - spec/**/* Max: 100 Metrics/BlockLength: Exclude: - spec/**/* - doorkeeper-jwt.gemspec Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/FrozenStringLiteralComment: Enabled: true Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: consistent_comma Style/SymbolArray: MinSize: 3 Style/WordArray: MinSize: 3 Style/ClassAndModuleChildren: Exclude: - spec/**/* Style/NumericPredicate: Enabled: false Style/DoubleNegation: Enabled: false Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/TrailingBlankLines: Enabled: true Layout/DotPosition: EnforcedStyle: leading Naming/FileName: Exclude: - lib/doorkeeper-jwt.rb RSpec/ExampleLength: Enabled: false RSpec/MultipleExpectations: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
doorkeeper-jwt-0.4.2 | .rubocop.yml |
doorkeeper-jwt-0.4.1 | .rubocop.yml |