Sha256: b678406244b654ceb9aaf6004c691b64dfe0f3cd254f6b6004e34743321351c0
Contents?: true
Size: 466 Bytes
Versions: 4
Compression:
Stored size: 466 Bytes
Contents
inherit_gem: rubocop-config-umbrellio: lib/rubocop.yml AllCops: DisplayCopNames: true TargetRubyVersion: 3.0 SuggestExtensions: false Naming/MethodParameterName: AllowedNames: ["x", "y", "z"] RSpec/EmptyLineAfterHook: Enabled: false Naming/FileName: Exclude: - lib/umbrellio-utils.rb Naming/RescuedExceptionsVariableName: Enabled: false Style/HashConversion: Exclude: - spec/**/*_spec.rb Naming/VariableNumber: CheckSymbols: false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
umbrellio-utils-1.4.0 | .rubocop.yml |
umbrellio-utils-1.3.0 | .rubocop.yml |
umbrellio-utils-1.1.0 | .rubocop.yml |
umbrellio-utils-1.0.0 | .rubocop.yml |