Sha256: eaf63de72ae2a1014fbb630a1309bbc20126a55a84a68ca7831b951a31f04bfa
Contents?: true
Size: 631 Bytes
Versions: 2
Compression:
Stored size: 631 Bytes
Contents
# inherit_from: .rubocop_todo.yml inherit_mode: merge: - Exclude require: - rubocop-performance - rubocop-rspec - rubocop-rubycw AllCops: DisabledByDefault: true DisplayCopNames: true Exclude: - 'gems/**/*' - 'pkg/**/*' - 'coverage/**/*' - 'exe/**/*' NewCops: enable Bundler: Enabled: true Gemspec: Enabled: true Lint: Enabled: true Performance: Enabled: true Rubycw: Enabled: true Security: Enabled: true Style/HashSyntax: EnforcedStyle: ruby19 Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yasuri-3.3.2 | .rubocop.yml |
yasuri-3.3.1 | .rubocop.yml |