Sha256: cb613956a8a93c047d73891f3c4d7fd0be5d4c33dbc140df71ed5c5b180ca44f
Contents?: true
Size: 794 Bytes
Versions: 5
Compression:
Stored size: 794 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 1.9 Include: - "Gemfile" Exclude: - "tmp/**/*" - "gemfiles/vendor/**/*" - "vendor/**/*" DisplayCopNames: true UseCache: true CacheRootDirectory: ./tmp Style/Documentation: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/AlignParameters: EnforcedStyle: with_fixed_indentation Style/MultilineMethodCallIndentation: EnforcedStyle: indented Style/MultilineOperationIndentation: EnforcedStyle: indented Style/HashSyntax: EnforcedStyle: hash_rockets Style/AlignHash: EnforcedLastArgumentHashStyle: ignore_implicit Style/IndentArray: EnforcedStyle: consistent # Metrics/LineLength: # Max: 80
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
appsignal-2.1.2 | .rubocop.yml |
appsignal-2.1.1 | .rubocop.yml |
appsignal-2.1.1.beta.1 | .rubocop.yml |
appsignal-2.1.0 | .rubocop.yml |
appsignal-2.1.0.beta.1 | .rubocop.yml |