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 11---
2+ inherit_from : .rubocop_todo.yml
3+
24require :
35- rubocop-performance
46- rubocop-rspec
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def get2(command)
2020 end
2121
2222 { _output : output ,
23- exit_code : exit_code }
23+ exit_code : }
2424end
2525
2626def default_true ( params , key )
You can’t perform that action at this time.
0 commit comments