Sha256: e195afa053ade8807b85a7268e7d55eb0bad7de45c2487b62d9b954c52c9c7cb
Contents?: true
Size: 611 Bytes
Versions: 4
Compression:
Stored size: 611 Bytes
Contents
AllCops: TargetRubyVersion: 2.7 Style/StringLiterals: Enabled: true Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes # ==================================================== # Layout Cops # ==================================================== Layout/LineLength: Max: 120 Layout/IndentationConsistency: Enabled: true EnforcedStyle: indented_internal_methods # ==================================================== # Metrics Cops # ==================================================== Metrics/BlockLength: Enabled: true Exclude: - spec/**/* - Guardfile
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
anaf-web_services-0.3.1 | .rubocop.yml |
anaf-web_services-0.3.0 | .rubocop.yml |
anaf-web_services-0.2.0 | .rubocop.yml |
anaf-web_services-0.1.0 | .rubocop.yml |