Skip to content

Commit 724168d

Browse files
Bump rubocop from 1.75.8 to 1.76.0 in the rubocop group (#620)
* Bump rubocop from 1.75.8 to 1.76.0 in the rubocop group Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.75.8 to 1.76.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.8...v1.76.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.76.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <[email protected]> * Disable RuboCop warning --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Georg Ledermann <[email protected]>
1 parent 31b72b5 commit 724168d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ GEM
9999
diff-lcs (>= 1.2.0, < 2.0)
100100
rspec-support (~> 3.13.0)
101101
rspec-support (3.13.4)
102-
rubocop (1.75.8)
102+
rubocop (1.76.0)
103103
json (~> 2.3)
104104
language_server-protocol (~> 3.17.0.2)
105105
lint_roller (~> 1.1.0)
106106
parallel (~> 1.10)
107107
parser (>= 3.3.0.2)
108108
rainbow (>= 2.2.2, < 4.0)
109109
regexp_parser (>= 2.9.3, < 3.0)
110-
rubocop-ast (>= 1.44.0, < 2.0)
110+
rubocop-ast (>= 1.45.0, < 2.0)
111111
ruby-progressbar (~> 1.7)
112112
unicode-display_width (>= 2.4.0, < 4.0)
113113
rubocop-ast (1.45.0)

lib/cloud_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def wallbox_charge_power
133133
dashboard_record.dig('currently', 'wallboxInW')&.round
134134
end
135135

136-
def ev_connected
136+
def ev_connected # rubocop:disable Naming/PredicateMethod
137137
dashboard_record['electricVehicleConnected'] == 'true'
138138
end
139139

0 commit comments

Comments
 (0)