Sha256: 9f1ebb925953996529723549c24f5fc08df964a75104c3c7094e6bb8c31dba0d
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
require: - rubocop-rake - rubocop-rspec - rubocop-performance AllCops: TargetRubyVersion: 2.7 DisplayCopNames: true NewCops: enable Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: single_quotes Layout/LineLength: Max: 120 Metrics/LineLength: Enabled: false Metrics/MethodLength: Enabled: false Metrics/ParameterLists: Enabled: false Metrics/AbcSize: Enabled: false Metrics/ModuleLength: Enabled: false Metrics/PerceivedComplexity: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/ClassLength: Enabled: false Metrics/BlockLength: Enabled: false Style/SymbolArray: EnforcedStyle: brackets Layout/FirstArrayElementIndentation: IndentationWidth: 4 Layout/FirstHashElementIndentation: IndentationWidth: 2 Layout/EmptyLinesAroundModuleBody: Enabled: false Layout/EmptyLinesAroundBlockBody: Enabled: false Style/AccessModifierDeclarations: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/MultipleExpectations: Enabled: false RSpec/InstanceVariable: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
worker_killer-rufus_scheduler-1.1.0 | .rubocop.yml |