Sha256: b936fb4fd06f69d1b8fe705d3779494b4fef6b81eb18b95a88254b00b68fe69c
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 KB
Contents
require: rubocop-performance AllCops: DisplayCopNames: true DisplayStyleGuide: true TargetRubyVersion: 2.4 Exclude: - "tmp/**/*" - "vendor/**/*" Metrics/AbcSize: Max: 16 Exclude: - "test/**/*" Metrics/BlockLength: Exclude: - "*.gemspec" - "Rakefile" Metrics/ClassLength: Exclude: - "test/**/*" Metrics/MethodLength: Exclude: - "test/**/*" Metrics/LineLength: Exclude: - "*.gemspec" Layout/AlignHash: EnforcedColonStyle: - table - key EnforcedHashRocketStyle: - table - key Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: no_space Naming/MemoizedInstanceVariableName: Enabled: false Naming/VariableNumber: Enabled: false Style/BarePercentLiterals: EnforcedStyle: percent_q Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/EmptyMethod: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/HashSyntax: EnforcedStyle: ruby19 Style/StringLiterals: EnforcedStyle: double_quotes Style/TrivialAccessors: AllowPredicates: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tomo-plugin-rollbar-0.1.1 | .rubocop.yml |
tomo-plugin-rollbar-0.1.0 | .rubocop.yml |