Sha256: ba952ec7f87cd12a8de60e8c0b9ea851ab101af063bcb9fb48c4a7950ac2e49e
Contents?: true
Size: 575 Bytes
Versions: 4
Compression:
Stored size: 575 Bytes
Contents
AllCops: # The Excludes section was necessitated by `guard-rubocop`, which invokes # RuboCop in a way sufficiently different than `bundle exec rubocop` that all # these exclusions aren't implicitly ignored. Oh, well. Exclude: - '*file' - '*.gemspec' - 'bin/**/*' - 'scripts/**/*' - 'test/**/*' - 'tmp/**/*' TargetRubyVersion: 2.5 Metrics/BlockLength: Max: 300 Include: - 'test/**/*_test.rb' Metrics/ModuleLength: Max: 300 Include: - 'test/**/*_test.rb' Style/CommentedKeyword: Enabled: false Style/Documentation: Enabled: false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
crypt_ident-0.2.6 | .rubocop.yml |
crypt_ident-0.2.5 | .rubocop.yml |
crypt_ident-0.2.2 | .rubocop.yml |
crypt_ident-0.2.1 | .rubocop.yml |