Sha256: c849089958c2aee96424d1b73dc3e8fec7ea0d88bcf88ce220080f9994fa14a9
Contents?: true
Size: 442 Bytes
Versions: 3
Compression:
Stored size: 442 Bytes
Contents
--- require: rubocop-rspec AllCops: TargetRubyVersion: 2.4 Metrics/BlockLength: Exclude: - 'aws-cft-tools.gemspec' - 'example/**/*' - 'exe/aws-cft' - 'spec/**/*' Metrics/LineLength: Max: 108 Details: >- Long lines require scrolling left/right when reviewing in GitHub. Keep lines below 108 characters to avoid this. Be kind to your fellow reviewers. Style/FileName: Exclude: - 'lib/aws-cft-tools.rb'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aws-cft-tools-0.1.3 | .rubocop.yml |
aws-cft-tools-0.1.2 | .rubocop.yml |
aws-cft-tools-0.1.1 | .rubocop.yml |