We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d003da2 commit 1607384Copy full SHA for 1607384
.rubocop_todo.yml
@@ -1,6 +1,6 @@
1
# This configuration was generated by
2
-# `rubocop --auto-gen-config`
3
-# on 2024-05-28 10:04:32 UTC using RuboCop version 1.63.5.
+# `rubocop --auto-gen-config --no-auto-gen-timestamp`
+# using RuboCop version 1.75.8.
4
# The point is for the user to remove these configuration records
5
# one by one as the offenses are removed from the code base.
6
# Note that changes in the inspected code, or installation of new
Gemfile
@@ -13,7 +13,7 @@ group :development do
13
end
14
15
group :rubocop do
16
- gem 'voxpupuli-rubocop', '~> 3.0.0'
+ gem 'voxpupuli-rubocop', '~> 3.1.0'
17
18
19
group :test do
0 commit comments