Sha256: 2446bf2a7555e186ed3a9438e541772649ba101d4402b907e8e53e6bd5eb07bd
Contents?: true
Size: 1000 Bytes
Versions: 5
Compression:
Stored size: 1000 Bytes
Contents
AllCops: NewCops: enable SuggestExtensions: false TargetRubyVersion: 3.1 Include: - 'lib/**/*.rb' - 'test/**/*.rb' - 'spec/**/*.rb' - '**/Gemfile' - '**/Rakefile' Exclude: - 'bin/**/*' - 'test/fixtures/**/*.rb' Style/HashSyntax: EnforcedShorthandSyntax: never Style/Documentation: Enabled: false Naming/BlockForwarding: Enabled: false Style/RedundantSelf: Enabled: false Style/RedundantReturn: Enabled: false Style/GuardClause: Enabled: false Style/ClassAndModuleChildren: Enabled: false Layout/EmptyLinesAroundClassBody: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Layout/CommentIndentation: Enabled: false Layout/LineLength: Max: 120 Metrics/ClassLength: Max: 120 Layout/EmptyLineBetweenDefs: AllowAdjacentOneLineDefs: true Naming/MethodParameterName: AllowedNames: - _ Style/ClassVars: Exclude: - 'lib/slayer/service.rb' Style/MutableConstant: Exclude: - 'lib/slayer/version.rb'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
slayer-0.5.4 | .rubocop.yml |
slayer-0.5.3 | .rubocop.yml |
slayer-0.5.2 | .rubocop.yml |
slayer-0.5.1 | .rubocop.yml |
slayer-0.5.0.beta | .rubocop.yml |