Sha256: b19c88b251999b3e797b8a9ac50bd964422a817abeb81752a33a756cb1c9df4b
Contents?: true
Size: 984 Bytes
Versions: 2
Compression:
Stored size: 984 Bytes
Contents
# This project follows the Ribose OSS style guide. # https://github.com/riboseinc/oss-guides # All project-specific additions and overrides should be specified in this file. inherit_from: - https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml AllCops: DisplayCopNames: false StyleGuideCopsOnly: false TargetRubyVersion: 2.3 Exclude: - bin/bundle - bin/rake - bin/rspec Rails: Enabled: false Style/EmptyCaseCondition: Enabled: false Style/TrailingCommaInArguments: Exclude: # RSpec expectations can easily go multiline. And sometimes, it's all not # about multiple arguments, but more about & or | operators. Comma placed # after a single method argument which spans across many lines is confusing, # not helpful. Hence, I'm disabling this cop for all specs. - "spec/**/*" Metrics/BlockLength: Exclude: - "spec/**/*" - "**/*.rake" - "Rakefile" Style/HashSyntax: Exclude: - "Rakefile"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspec-pgp_matchers-0.2.0 | .rubocop.yml |
rspec-pgp_matchers-0.1.2 | .rubocop.yml |