Sha256: 1484a98791f6831e4f3d5a62a0beb163ec0940c04e76e10c3e20656844ece0ab
Contents?: true
Size: 456 Bytes
Versions: 5
Compression:
Stored size: 456 Bytes
Contents
require: rubocop-bridgetown inherit_gem: rubocop-bridgetown: .rubocop.yml AllCops: TargetRubyVersion: 2.6 Include: - lib/**/*.rb - test/**/*.rb Exclude: - .gitignore - .rubocop.yml - Gemfile.lock - CHANGELOG.md - LICENSE.md - README.md - script/**/* - vendor/**/* Style/MultilineIfModifier: Enabled: false Style/RescueStandardError: Enabled: false Lint/AmbiguousBlockAssociation: Enabled: false
Version data entries
5 entries across 5 versions & 1 rubygems