.rubocop.yml in mathml2asciimath-0.0.5 vs .rubocop.yml in mathml2asciimath-0.0.6

- old
+ new

@@ -1,15 +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: - # Thoughtbot's style guide from: https://github.com/thoughtbot/guides - - ".rubocop.tb.yml" - # Overrides from Ribose - - ".rubocop.ribose.yml" + - https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml AllCops: - DisplayCopNames: false - StyleGuideCopsOnly: false - TargetRubyVersion: 2.4 + TargetRubyVersion: 2.3 Rails: Enabled: true