.rubocop.yml in ietfbib-0.4.3 vs .rubocop.yml in ietfbib-0.4.4

- old
+ new

@@ -1,4 +1,10 @@ +# This project follows the Ribose OSS style guide. +# https://github.com/riboseinc/oss-guides +# All project-specific additions and overrides should be specified in this file. + +inherit_from: + - https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml AllCops: - TargetRubyVersion: 2.4.0 -Metrics/BlockLength: - ExcludedMethods: ['describe', 'context'] \ No newline at end of file + TargetRubyVersion: 2.3 +Rails: + Enabled: true