Sha256: 4cfc049d48be6c3d20d923343553f967caee8001fcb66282a27459b1fbbabb7c
Contents?: true
Size: 1.26 KB
Versions: 4
Compression:
Stored size: 1.26 KB
Contents
# For possible values, see: https://github.com/bbatsov/rubocop/blob/master/config/default.yml AllCops: TargetRubyVersion: 2.4 DisplayStyleGuide: false # Exclude: # - db/**/* # StyleGuideCopsOnly: true Rails: Enabled: false Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/AndOr: # Whether `and` and `or` are banned only in conditionals (conditionals) # or completely (always). EnforcedStyle: conditionals # Style/DoubleNegation: # Enabled: false # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/StringLiterals: EnforcedStyle: double_quotes # Style/NumericLiterals: # Enabled: false Style/TrailingUnderscoreVariable: AllowNamedUnderscoreVariables: true # Style/GuardClause: # Enabled: false # Lint/HandleExceptions: # Exclude: # - 'bin/rails' # - 'bin/rake' # Style/MultilineBlockChain: # Enabled: false Metrics/LineLength: Max: 110 # Exclude: # - 'bin/spring' Layout/MultilineMethodCallIndentation: EnforcedStyle: indented_relative_to_receiver Style/Documentation: Enabled: false Metrics/BlockLength: Exclude: - "spec/**/*_spec.rb" # - "spec/*_spec.rb" - "hub_spot.gemspec"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hub_spot-0.3.1 | .rubocop.yml |
hub_spot-0.3.0 | .rubocop.yml |
hub_spot-0.2.1 | .rubocop.yml |
hub_spot-0.2.0 | .rubocop.yml |