Sha256: 0155879b40bb7e002611b77c54db10f18be2e9bce500446f2e502a05fe74861f
Contents?: true
Size: 384 Bytes
Versions: 2
Compression:
Stored size: 384 Bytes
Contents
# See default settings https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml AllCops: TargetRubyVersion: 2.3 DisplayCopNames: true Exclude: - '*.gemspec' - 'Gemfile' - 'Guardfile' - 'bin/*' - 'Rakefile' - 'example/**/*' Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/LineLength: Max: 100 Style/Documentation: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bulk_loader-0.2.0 | .rubocop.yml |
bulk_loader-0.1.0 | .rubocop.yml |