Skip to content

Update dependencies yaml and EventData member ordering

e3a8645
Select commit
Loading
Failed to load commit list.
Merged

OCPP1.6: Powermeter public key support #1599

Update dependencies yaml and EventData member ordering
e3a8645
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 10, 2025 in 0s

8 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 8
           

Complexity increasing per file
==============================
- modules/EVSE/OCPP/OCPP.cpp  2
- tests/ocpp_tests/test_sets/ocpp16/eichrecht.py  5
         

See the complete overview on Codacy

Annotations

Check warning on line 1093 in modules/EVSE/OCPP/OCPP.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/EVSE/OCPP/OCPP.cpp#L1093

Function parameter 'public_key' should be passed by const reference.

Check warning on line 52 in modules/EVSE/OCPP/OCPP.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/EVSE/OCPP/OCPP.hpp#L52

struct member 'PowermeterPublicKey::value' is never used.

Check warning on line 3 in tests/ocpp_tests/test_sets/ocpp16/eichrecht.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/ocpp_tests/test_sets/ocpp16/eichrecht.py#L3

'everest.testing.core_utils.controller.test_controller_interface.TestController' imported but unused (F401)

Check warning on line 3 in tests/ocpp_tests/test_sets/ocpp16/eichrecht.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/ocpp_tests/test_sets/ocpp16/eichrecht.py#L3

Unused TestController imported from everest.testing.core_utils.controller.test_controller_interface

Check warning on line 11 in tests/ocpp_tests/test_sets/ocpp16/eichrecht.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/ocpp_tests/test_sets/ocpp16/eichrecht.py#L11

'everest.testing.ocpp_utils.fixtures.test_utility' imported but unused (F401)

Check warning on line 11 in tests/ocpp_tests/test_sets/ocpp16/eichrecht.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/ocpp_tests/test_sets/ocpp16/eichrecht.py#L11

Unused test_utility imported from everest.testing.ocpp_utils.fixtures

Check warning on line 22 in tests/ocpp_tests/test_sets/ocpp16/eichrecht.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/ocpp_tests/test_sets/ocpp16/eichrecht.py#L22

redefinition of unused 'test_utility' from line 11 (F811)

Check notice on line 64 in tests/ocpp_tests/test_sets/ocpp16/eichrecht.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/ocpp_tests/test_sets/ocpp16/eichrecht.py#L64

Trailing whitespace