Sha256: 97b98f6481ed0b6328962640cd80f366f57914d5150f8be0770dc16faefa5dfb
Contents?: true
Size: 322 Bytes
Versions: 2
Compression:
Stored size: 322 Bytes
Contents
# https://github.com/bbatsov/rubocop/blob/master/config/default.yml AllCops: Exclude: - '*.gemspec' TargetRubyVersion: 2.4.1 DisplayCopNames: true Metrics/LineLength: Max: 110 Style/Documentation: Enabled: false Metrics/BlockLength: Exclude: - spec/**/*.rb Style/SignalException: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
course-0.2.1 | .rubocop.yml |
course-0.2.0 | .rubocop.yml |