Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Pylint config check strings #14946

Merged
merged 3 commits into from
Mar 29, 2022
Merged

Fix Pylint config check strings #14946

merged 3 commits into from
Mar 29, 2022

Conversation

thejcannon
Copy link
Member

@thejcannon thejcannon commented Mar 29, 2022

@thejcannon thejcannon added the category:internal CI, fixes for not-yet-released features, etc. label Mar 29, 2022
@thejcannon thejcannon changed the title Fix Pylint pyproject.toml check_content string Fix Pylint config check strings Mar 29, 2022
@thejcannon thejcannon enabled auto-merge (squash) March 29, 2022 20:41
@thejcannon thejcannon merged commit 25c475e into main Mar 29, 2022
@Eric-Arellano Eric-Arellano deleted the thejcannon-patch-2 branch March 29, 2022 22:17
Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops

Eric-Arellano pushed a commit to Eric-Arellano/pants that referenced this pull request Mar 29, 2022
- According to https://pylint.pycqa.org/en/latest/user_guide/run.html the section _starts with_ `tool.pylint`. (E.g. `[tool.pylint.MASTER]`)
- It's `.pylintrc` not `.pylinrc` (missing "t")
# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
@stuhood stuhood added this to the 2.11.x milestone Mar 29, 2022
@stuhood
Copy link
Member

stuhood commented Mar 29, 2022

Does this need to go back to 2.10.x as well?

@thejcannon
Copy link
Member Author

Can't hurt?

Eric-Arellano pushed a commit to Eric-Arellano/pants that referenced this pull request Mar 29, 2022
- According to https://pylint.pycqa.org/en/latest/user_guide/run.html the section _starts with_ `tool.pylint`. (E.g. `[tool.pylint.MASTER]`)
- It's `.pylintrc` not `.pylinrc` (missing "t")
Eric-Arellano added a commit that referenced this pull request Mar 29, 2022
- According to https://pylint.pycqa.org/en/latest/user_guide/run.html the section _starts with_ `tool.pylint`. (E.g. `[tool.pylint.MASTER]`)
- It's `.pylintrc` not `.pylinrc` (missing "t")

[ci skip-rust]

Co-authored-by: Joshua Cannon <[email protected]>
Eric-Arellano added a commit that referenced this pull request Mar 30, 2022
- According to https://pylint.pycqa.org/en/latest/user_guide/run.html the section _starts with_ `tool.pylint`. (E.g. `[tool.pylint.MASTER]`)
- It's `.pylintrc` not `.pylinrc` (missing "t")

[ci skip-rust]

Co-authored-by: Joshua Cannon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:internal CI, fixes for not-yet-released features, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants