Sha256: 72cd2a1047bbbbe39d6e3ca869ca8b4babb5a318748ee0fc4d029db8815c40e9
Contents?: true
Size: 1.43 KB
Versions: 68
Compression:
Stored size: 1.43 KB
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.0 Include: - "**/*.cap" - "**/Gemfile" - "**/Rakefile" - "appsignal.gemspec" Exclude: - "pkg/**/*" - "tmp/**/*" - "gemfiles/vendor/**/*" - "vendor/**/*" - "benchmark.rake" - "spec/integration/diagnose/**/*" DisplayCopNames: true UseCache: true CacheRootDirectory: ./tmp Lint/RescueWithoutErrorClass: Enabled: false Style/Documentation: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Layout/AlignParameters: EnforcedStyle: with_fixed_indentation Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/MultilineOperationIndentation: EnforcedStyle: indented Style/HashSyntax: EnforcedStyle: hash_rockets Layout/AlignHash: EnforcedLastArgumentHashStyle: ignore_implicit Layout/IndentArray: EnforcedStyle: consistent Style/EmptyMethod: EnforcedStyle: expanded Style/MethodMissing: Exclude: - "lib/appsignal/extension.rb" - "lib/appsignal/transaction.rb" Style/TrailingUnderscoreVariable: Enabled: false Style/Lambda: EnforcedStyle: lambda Style/WordArray: Enabled: false Naming/FileName: Exclude: - "ext/Rakefile" Metrics/BlockLength: Exclude: - "Rakefile" Style/FrozenStringLiteralComment: Enabled: true Style/SymbolArray: EnforcedStyle: brackets # Metrics/LineLength: # Max: 80
Version data entries
68 entries across 68 versions & 1 rubygems