Commits on Source (2)
-
Andrew Vella authored
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
-
Andrew Vella authored
chore: disable code quality check See merge request !12
... | ... | @@ -6,4 +6,3 @@ ruby '3.4.2' |
gem 'gitlab-triage', '~> 1.44', '>= 1.44.3' | ||
gem 'csv' | ||
gem 'racc' | ||
gem 'rubocop', '~> 1.60' |