Procházet zdrojové kódy

Update RuboCop to 1.44 (#36919).


git-svn-id: https://svn.redmine.org/redmine/trunk@22076 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.1.0
Go MAEDA před 1 rokem
rodič
revize
888341126b
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1
    1
      .rubocop_todo.yml
  2. 1
    1
      Gemfile

+ 1
- 1
.rubocop_todo.yml Zobrazit soubor

@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp`
# using RuboCop version 1.43.0.
# using RuboCop version 1.44.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new

+ 1
- 1
Gemfile Zobrazit soubor

@@ -103,7 +103,7 @@ group :test do
gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '4.6.1', require: false
# RuboCop
gem 'rubocop', '~> 1.43.0'
gem 'rubocop', '~> 1.44.0'
gem 'rubocop-performance', '~> 1.15.0'
gem 'rubocop-rails', '~> 2.17.2'
end

Načítá se…
Zrušit
Uložit