Sha256: d21b3193a1dacd4a27b194ba414d2d09c71366bb54874943394bcc5f1cd4e014
Contents?: true
Size: 445 Bytes
Versions: 3
Compression:
Stored size: 445 Bytes
Contents
# See default settings https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml AllCops: TargetRubyVersion: 2.4 DisplayCopNames: true Exclude: - '*.gemspec' - 'Gemfile' - 'Guardfile' - 'bin/*' - 'Rakefile' - 'example/**/*' Metrics/AbcSize: Max: 22 Metrics/MethodLength: Max: 20 Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/LineLength: Max: 100 Style/Documentation: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bulk_loader-1.3.1 | .rubocop.yml |
bulk_loader-1.3.0 | .rubocop.yml |
bulk_loader-1.2.0 | .rubocop.yml |