Sha256: 697b5b02107778dedf00169eaae8c251bb27c0e59dbc1c83aaf4f99854e98cd5
Contents?: true
Size: 509 Bytes
Versions: 5
Compression:
Stored size: 509 Bytes
Contents
AllCops: TargetRubyVersion: 2.4 Exclude: - 'actionset.gemspec' - 'spec/**/*' Metrics/LineLength: Max: 120 # To make it possible to copy or click on URIs in the code, we allow lines # contaning a URI to be longer than Max. AllowURI: true URISchemes: - http - https Style/Documentation: Enabled: false Metrics/MethodLength: Enabled: false Style/SignalException: EnforcedStyle: semantic Naming/VariableNumber: EnforcedStyle: snake_case Style/DateTime: AllowCoercion: true
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
actionset-0.11.0 | .rubocop.yml |
actionset-0.10.0 | .rubocop.yml |
actionset-0.9.2 | .rubocop.yml |
actionset-0.9.1 | .rubocop.yml |
actionset-0.8.2 | .rubocop.yml |