Sha256: 461ad610f7950322832886845f9ce394620bc2995c3bfe929720e75cc5b2c22c
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
AllCops: TargetRubyVersion: 2.3 Exclude: - 'spec/dummy/**/*' Metrics/LineLength: Max: 80 Exclude: - 'db/schema.rb' Metrics/MethodLength: Enabled: false Metrics/BlockLength: Exclude: - './dopay_payment_engine.gemspec' - './spec/**/*' Style/AlignParameters: EnforcedStyle: with_fixed_indentation Style/BlockComments: Exclude: - 'spec/spec_helper.rb' Style/Documentation: Enabled: false Style/EmptyLinesAroundBlockBody: Exclude: - 'db/schema.rb' Style/ExtraSpacing: Exclude: - 'bin/*' - 'db/schema.rb' Style/FirstParameterIndentation: EnforcedStyle: consistent Style/GuardClause: Enabled: false Style/HashSyntax: Exclude: - 'Rakefile' - 'lib/tasks/*.rake' Style/IfUnlessModifier: Enabled: false Style/IndentArray: EnforcedStyle: consistent Style/MultilineMethodCallIndentation: EnforcedStyle: indented Style/NumericLiterals: Exclude: - 'db/schema.rb' Style/PercentLiteralDelimiters: PreferredDelimiters: '%': () '%i': '[]' '%q': () '%Q': () '%r': '{}' '%s': () '%w': '[]' '%W': '[]' '%x': () Style/StringLiterals: Exclude: - 'bin/*' - 'db/schema.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dvelp_api_auth-0.5.0 | .rubocop.yml |
dvelp_api_auth-0.1.0 | .rubocop.yml |