该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 6月 05, 2023
-
-
由 Peter Leitzen 创作于
Empty TODO files were removed. See https://docs.gitlab.com/ee/development/rubocop_development_guide.html#cop-grace-period
-
- 2月 16, 2023
-
-
由 Alina Mihaila 创作于
-
- 2月 15, 2023
-
-
由 Omar Qunsul 创作于
Changelog: other
-
- 1月 12, 2023
-
-
由 Peter Leitzen 创作于
This commit removes excludes from RuboCop TODOs and rspec_order_todo.yml for removed/non-existent files.
-
- 12月 20, 2022
-
-
由 Mohammad Aseem 创作于
Fix rubocop offenses
-
- 11月 17, 2022
-
-
由 ddieulivol 创作于
* Regenerate bundler-checksum * Take latest RuboCop and RuboCop RSpec versions * Disable RSpec/FactoryBot/CreateList cop rule in data usage spec * Regenerate TODOs for RSpec/ExpectChange and Security/IoMethods * Remove TODOs for disabled RSpec/Predicate The configuration of RSpec/ExpectChange was changed. See https://gitlab.com/gitlab-org/ruby/gems/gitlab-styles/-/merge_requests/127 Security/IoMethods was added.
-
- 10月 10, 2022
-
-
由 Baodong 创作于
The use of URI.open is a serious security risk. Solution reference from: rubydoc.info/gems/rubocop/RuboCop/Cop/Security/Open
-
- 9月 21, 2022
-
-
由 Sean McGivern 创作于
This commit runs two commands: 1. `bundle exec haml-lint --auto-gen-config` to update haml-lint offenses (most of these are easily fixed). 2. `bundle exec rake rubocop:todo:generate[...]` with the output of `bundle exec rubocop --format offenses` to update todo files of existing offenses with existing cops (this is due to cop changes since we last upgraded RuboCop). To somewhat automate this, we can run: cops = $( bundle exec rubocop --parallel --format offenses | grep '[a-z]/' | awk '{ print $2 }' | sed ':a; N; $!ba; s/\n/,/g' ) bundle exec rake rubocop:todo:generate[$cops]
-