Sha256: 1ca60a001d3f49a7fad03b5d82dbc904801e655e6fadae2fd7f2b59ebb624989
Contents?: true
Size: 1.73 KB
Versions: 3
Compression:
Stored size: 1.73 KB
Contents
AllCops: Exclude: - '*.gemspec' - 'vendor/**/*' Bundler/OrderedGems: Enabled: false Lint/AmbiguousBlockAssociation: Exclude: - spec/**/*_spec.rb Lint/EndAlignment: EnforcedStyleAlignWith: variable Lint/UnneededSplatExpansion: Enabled: false Metrics/AbcSize: Max: 30 Metrics/BlockLength: Exclude: - 'lib/image_optim/runner/option_parser.rb' - 'script/worker_analysis' - 'spec/**/*.rb' Metrics/ClassLength: Max: 150 Metrics/CyclomaticComplexity: Max: 10 Metrics/MethodLength: Max: 25 Metrics/PerceivedComplexity: Max: 8 Security/MarshalLoad: Exclude: - 'script/worker_analysis' Style/AccessModifierIndentation: EnforcedStyle: outdent Style/Alias: EnforcedStyle: prefer_alias_method Style/CaseIndentation: EnforcedStyle: end Style/DotPosition: EnforcedStyle: trailing Style/DoubleNegation: Enabled: false Style/EmptyCaseCondition: Enabled: false Style/Encoding: EnforcedStyle: when_needed Style/HashSyntax: EnforcedStyle: hash_rockets Style/IfUnlessModifier: MaxLineLength: 40 Style/IndentArray: EnforcedStyle: consistent Style/IndentAssignment: Enabled: false Style/IndentHash: EnforcedStyle: consistent Style/IndentHeredoc: Enabled: false Style/ParallelAssignment: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: '%w': '[]' '%W': '[]' Style/Semicolon: AllowAsExpressionSeparator: true Style/SignalException: EnforcedStyle: semantic Style/SpaceBeforeBlockBraces: EnforcedStyle: no_space Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/TrailingCommaInArguments: EnforcedStyleForMultiline: no_comma Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma Style/SymbolArray: Enabled: false
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
discourse_image_optim-0.24.5 | .rubocop.yml |
image_optim-0.24.3 | .rubocop.yml |
discourse_image_optim-0.24.4 | .rubocop.yml |