File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
99
diff-lcs (>= 1.2.0 , < 2.0 )
100
100
rspec-support (~> 3.13.0 )
101
101
rspec-support (3.13.4 )
102
- rubocop (1.75.8 )
102
+ rubocop (1.76.0 )
103
103
json (~> 2.3 )
104
104
language_server-protocol (~> 3.17.0.2 )
105
105
lint_roller (~> 1.1.0 )
106
106
parallel (~> 1.10 )
107
107
parser (>= 3.3.0.2 )
108
108
rainbow (>= 2.2.2 , < 4.0 )
109
109
regexp_parser (>= 2.9.3 , < 3.0 )
110
- rubocop-ast (>= 1.44 .0 , < 2.0 )
110
+ rubocop-ast (>= 1.45 .0 , < 2.0 )
111
111
ruby-progressbar (~> 1.7 )
112
112
unicode-display_width (>= 2.4.0 , < 4.0 )
113
113
rubocop-ast (1.45.0 )
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ def wallbox_charge_power
133
133
dashboard_record . dig ( 'currently' , 'wallboxInW' ) &.round
134
134
end
135
135
136
- def ev_connected
136
+ def ev_connected # rubocop:disable Naming/PredicateMethod
137
137
dashboard_record [ 'electricVehicleConnected' ] == 'true'
138
138
end
139
139
You can’t perform that action at this time.
0 commit comments