Skip to content

Commit 58fcee3

Browse files
committed
(CAT-2371) Rubocop Update
1 parent 330c118 commit 58fcee3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
inherit_from: .rubocop_todo.yml
3+
24
require:
35
- rubocop-performance
46
- rubocop-rspec

.rubocop_todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2023-11-28 17:34:11 UTC using RuboCop version 1.48.1.
3+
# on 2025-07-23 12:54:29 UTC using RuboCop version 1.50.2.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new

tasks/init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get2(command)
2020
end
2121

2222
{ _output: output,
23-
exit_code: exit_code }
23+
exit_code: }
2424
end
2525

2626
def default_true(params, key)

0 commit comments

Comments
 (0)