-
- Downloads
build(ci): disable code quality check
Disable code quality check as RuboCop is only compatible with Ruby 2.6 and lower and is needed for code quality check. see: https://docs.rubocop.org/rubocop/1.74/compatibility.html
parent
93b7a868
No related branches found
No related tags found
... | @@ -6,4 +6,3 @@ ruby '3.4.2' | ... | @@ -6,4 +6,3 @@ ruby '3.4.2' |
gem 'gitlab-triage', '~> 1.44', '>= 1.44.3' | gem 'gitlab-triage', '~> 1.44', '>= 1.44.3' | ||
gem 'csv' | gem 'csv' | ||
gem 'racc' | gem 'racc' | ||
gem 'rubocop', '~> 1.60' |
Please register or sign in to comment