.rubocop.yml in trav3-0.2.2 vs .rubocop.yml in trav3-0.2.3

- old
+ new

@@ -13,10 +13,11 @@ - '**/Gemfile' - '**/Guardfile' - '**/Rakefile' Exclude: - '.git/**/*' + - 'vendor/**/*' # Default formatter will be used if no `-f/--format` option is given. DefaultFormatter: progress # Cop names are displayed in offense messages by default. Change behavior # by overriding DisplayCopNames, or by giving the `--no-display-cop-names` # option. @@ -76,10 +77,10 @@ # the desired version of Ruby by inspecting the .ruby-version file first, # followed by the Gemfile.lock or gems.locked file. (Although the Ruby version # is specified in the Gemfile or gems.rb file, RuboCop reads the final value # from the lock file.) If the Ruby version is still unresolved, RuboCop will # use the oldest officially supported Ruby version (currently Ruby 2.2). - TargetRubyVersion: ~ + TargetRubyVersion: 2.3 #################### Bundler ############################### Bundler/DuplicatedGem: Description: 'Checks for duplicate gem entries in Gemfile.'