Sha256: 685e73d50682a9d5740bc6d33541f9b5802824d940715e9d8640fe4d05f93cdc
Contents?: true
Size: 514 Bytes
Versions: 2
Compression:
Stored size: 514 Bytes
Contents
AllCops: TargetRubyVersion: 2.5.5 Exclude: - "bin/*" - "Guardfile" ##################### Styles ################################## Style/Documentation: Enabled: false Style/SymbolArray: Enabled: false ##################### Metrics ################################## Metrics/LineLength: Max: 110 Metrics/ClassLength: Max: 200 Metrics/ModuleLength: Max: 200 Exclude: - "**/*_spec.rb" Metrics/BlockLength: Max: 50 Exclude: - "**/*_spec.rb" Metrics/MethodLength: Max: 15
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
galetahub-api-sigv2-1.0.0 | .rubocop.yml |
api_signature-1.0.0 | .rubocop.yml |