Sha256: 98467261395146f24cc4d8c4abab34d6e63e6b91693a9719ccab5d607deeecc6
Contents?: true
Size: 1.54 KB
Versions: 2
Compression:
Stored size: 1.54 KB
Contents
inherit_from: .rubocop_todo.yml require: - rubocop-performance - rubocop-minitest - rubocop-rake AllCops: NewCops: enable TargetRubyVersion: 2.7 Exclude: - 'examples/**/*' - 'vendor/**/*' - 'spec/fixtures/**/*' - 'tmp/**/*' - '.git/**/*' - 'bin/*' Lint/RescueException: Exclude: - lib/bcdd/result/event_logs/tracking/enabled.rb Layout/LineLength: Max: 120 Layout/ExtraSpacing: AllowBeforeTrailingComments: true Layout/MultilineMethodCallIndentation: Enabled: false Lint/UnderscorePrefixedVariableName: Enabled: false Lint/UnusedMethodArgument: Exclude: - lib/bcdd/result/event_logs/listener.rb Style/AccessModifierDeclarations: Enabled: false Style/CaseEquality: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/Lambda: EnforcedStyle: literal Style/ParallelAssignment: Enabled: false Style/SingleLineMethods: Enabled: false Style/MapToSet: Enabled: false Style/MixinGrouping: Enabled: false Naming/MethodName: Enabled: false Naming/VariableName: Enabled: false Metrics/BlockLength: Exclude: - bcdd-result.gemspec - test/**/*.rb Metrics/ClassLength: Exclude: - lib/bcdd/result/_self.rb - test/**/*.rb Metrics/AbcSize: Exclude: - lib/bcdd/result/event_logs/tracking/enabled.rb Minitest/MultipleAssertions: Enabled: false Minitest/AssertEmptyLiteral: Enabled: false Minitest/AssertOperator: Enabled: false Minitest/AssertWithExpectedArgument: Exclude: - test/test_helper.rb Naming/FileName: Exclude: - lib/bcdd-result.rb
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bcdd-result-1.1.0 | .rubocop.yml |
bcdd-result-1.0.0 | .rubocop.yml |