Sha256: 2b11851fe01a80cfbce07428bb35311ba1927e1a672f9b42e38b1cbc2e0ab257
Contents?: true
Size: 559 Bytes
Versions: 2
Compression:
Stored size: 559 Bytes
Contents
# See for detail: https://github.com/bbatsov/rubocop/blob/master/config/default.yml AllCops: TargetRubyVersion: 2.4 DisabledByDefault: true Bundler/OrderedGems: Enabled: true Style/EmptyLines: Enabled: true Style/TrailingBlankLines: Enabled: true Style/TrailingWhitespace: Enabled: true Style/MethodDefParentheses: Enabled: true Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: single_quotes Style/SymbolArray: EnforcedStyle: percent Style/WordArray: EnforcedStyle: percent
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bitflyer_api-0.1.1 | .rubocop.yml |
bitflyer_api-0.1.0 | .rubocop.yml |