File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ inherit_from : .rubocop_todo.yml
3
+
2
4
require :
3
5
- rubocop-performance
4
6
- rubocop-rspec
Original file line number Diff line number Diff line change 1
1
# This configuration was generated by
2
2
# `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 .
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def get2(command)
20
20
end
21
21
22
22
{ _output : output ,
23
- exit_code : exit_code }
23
+ exit_code : }
24
24
end
25
25
26
26
def default_true ( params , key )
You can’t perform that action at this time.
0 commit comments