pylint-dev / pylint

It's not just a linter that annoys you!
https://pylint.readthedocs.io/en/latest/
GNU General Public License v2.0
5.32k stars 1.14k forks source link

Fix duplicate workflow step ids #9934

Closed jacobtylerwalls closed 1 month ago

jacobtylerwalls commented 2 months ago

Follow-up to 7d60c27.

As always, a little bit of iterating with actions. ;)

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.80%. Comparing base (7d60c27) to head (500a9e5). Report is 3 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/pylint-dev/pylint/pull/9934/graphs/tree.svg?width=650&height=150&src=pr&token=ZETEzayrfk&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev)](https://app.codecov.io/gh/pylint-dev/pylint/pull/9934?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) ```diff @@ Coverage Diff @@ ## main #9934 +/- ## ======================================= Coverage 95.80% 95.80% ======================================= Files 174 174 Lines 18933 18933 ======================================= Hits 18139 18139 Misses 794 794 ```
github-actions[bot] commented 2 months ago

🤖 Effect of this PR on checked open source code: 🤖

Effect on home-assistant: The following messages are now emitted:

1) unsubscriptable-object: *Value 'self.hass.data[DOMAIN]' is unsubscriptable* https://github.com/home-assistant/core/blob/12dbabb849692577beebdb5024fa0f8f5572e4bb/homeassistant/components/media_source/models.py#L89 2) unsupported-assignment-operation: *'self.hass.data[DATA_LAST_WAKE_UP]' does not support item assignment* https://github.com/home-assistant/core/blob/12dbabb849692577beebdb5024fa0f8f5572e4bb/homeassistant/components/assist_pipeline/pipeline.py#L770 3) unsupported-assignment-operation: *'self.run.hass.data[DATA_LAST_WAKE_UP]' does not support item assignment* https://github.com/home-assistant/core/blob/12dbabb849692577beebdb5024fa0f8f5572e4bb/homeassistant/components/assist_pipeline/pipeline.py#L1377 4) unsupported-assignment-operation: *'self.hass.data[DOMAIN]' does not support item assignment* https://github.com/home-assistant/core/blob/12dbabb849692577beebdb5024fa0f8f5572e4bb/homeassistant/components/system_health/__init__.py#L228

Effect on music21: The following messages are now emitted:

1) redefined-variable-type: *Redefinition of thisObject type from music21.note.Note to music21.note.GeneralNote* https://github.com/cuthbertLab/music21/blob/cfabad142f8d42d94fbfeff497285c7bd4be4db1/music21/humdrum/spineParser.py#L2375

The following messages are no longer emitted:

1) redefined-variable-type: *Redefinition of thisObject type from music21.note.Note to music21.note.GeneralNote* https://github.com/cuthbertLab/music21/blob/cfabad142f8d42d94fbfeff497285c7bd4be4db1/music21/humdrum/spineParser.py#L2378 2) redefined-variable-type: *Redefinition of n type from music21.note.Note to music21.note.GeneralNote* https://github.com/cuthbertLab/music21/blob/cfabad142f8d42d94fbfeff497285c7bd4be4db1/music21/abcFormat/translate.py#L381

Effect on pytest: The following messages are now emitted:

1) redefined-variable-type: *Redefinition of file type from _io.TextIOWrapper to colorama.ansitowin32.StreamWrapper* https://github.com/pytest-dev/pytest/blob/f8789bcd034035c09f572f61ead943cfa8e30c09/src/_pytest/_io/terminalwriter.py#L84

Effect on psycopg: The following messages are now emitted:

1) c-extension-no-member: *Module 'psycopg.pq._pq_ctypes' has no 'PQnoticeReceiver' member, but source is unavailable. Consider adding this module to extension-pkg-allow-list if you want to perform analysis based on run-time introspection of living objects.* https://github.com/psycopg/psycopg/blob/fcbe775da0aab8591006918e6c09580241462966/psycopg/psycopg/pq/pq_ctypes.py#L53 2) too-many-function-args: *Too many positional arguments for function call* https://github.com/psycopg/psycopg/blob/fcbe775da0aab8591006918e6c09580241462966/psycopg/psycopg/pq/pq_ctypes.py#L369

The following messages are no longer emitted:

1) unreachable: *Unreachable code* https://github.com/psycopg/psycopg/blob/fcbe775da0aab8591006918e6c09580241462966/psycopg/psycopg/pq/pq_ctypes.py#L557 2) unreachable: *Unreachable code* https://github.com/psycopg/psycopg/blob/fcbe775da0aab8591006918e6c09580241462966/psycopg/psycopg/pq/pq_ctypes.py#L577 3) unreachable: *Unreachable code* https://github.com/psycopg/psycopg/blob/fcbe775da0aab8591006918e6c09580241462966/psycopg/psycopg/pq/pq_ctypes.py#L638 4) unreachable: *Unreachable code* https://github.com/psycopg/psycopg/blob/fcbe775da0aab8591006918e6c09580241462966/psycopg/psycopg/pq/pq_ctypes.py#L734 5) unreachable: *Unreachable code* https://github.com/psycopg/psycopg/blob/fcbe775da0aab8591006918e6c09580241462966/psycopg/psycopg/pq/pq_ctypes.py#L752 6) unreachable: *Unreachable code* https://github.com/psycopg/psycopg/blob/fcbe775da0aab8591006918e6c09580241462966/psycopg/psycopg/pq/pq_ctypes.py#L794 7) unreachable: *Unreachable code* https://github.com/psycopg/psycopg/blob/fcbe775da0aab8591006918e6c09580241462966/psycopg/psycopg/pq/pq_ctypes.py#L1014

This comment was generated for commit 538ba0e266a36b8a892568063f1b35c637360f40