Sha256: 63175943a60b16170b6c6deb9c67d0ba4f1bf6488cc3cec5a5c9f366302aac8f
Contents?: true
Size: 599 Bytes
Versions: 2
Compression:
Stored size: 599 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.1 DisplayCopNames: true DisplayStyleGuide: true Include: - '**/Gemfile' - '**/Rakefile' Exclude: - 'gemfiles/vendor/**/*' Rails: Enabled: true Security/YAMLLoad: Enabled: false Style/Documentation: Enabled: false Style/Encoding: Enabled: true Style/FileName: Exclude: - 'lib/activerecord-time.rb' Style/FormatString: EnforcedStyle: percent Style/NumericPredicate: Enabled: false Style/ParallelAssignment: Enabled: false Style/SafeNavigation: ConvertCodeThatCanStartToReturnNil: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activerecord-time-0.9.0 | .rubocop.yml |
activerecord-time-0.8.0 | .rubocop.yml |