Sha256: 19d136b1c35c363c4a64dada8e953142f14b2dd7e484b491e78be6797da78f29
Contents?: true
Size: 917 Bytes
Versions: 3
Compression:
Stored size: 917 Bytes
Contents
AllCops: TargetRubyVersion: 2.4.2 inherit_from: .rubocop_todo.yml Layout/EmptyLinesAroundClassBody: EnforcedStyle: empty_lines Layout/EmptyLinesAroundModuleBody: EnforcedStyle: empty_lines Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Metrics/BlockLength: Exclude: - lib/eye/patch/capistrano.rb - lib/eye/patch/capistrano3.rb - lib/eye/patch/overrides.rb - test/**/*.rb Metrics/CyclomaticComplexity: Exclude: - lib/eye/patch/overrides.rb Metrics/PerceivedComplexity: Exclude: - lib/eye/patch/overrides.rb Style/Documentation: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/ClassAndModuleChildren: Enabled: false Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
eye-patch-1.1.0 | .rubocop.yml |
eye-patch-1.0.1 | .rubocop.yml |
eye-patch-1.0.0 | .rubocop.yml |