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

Regression: Unable to check scripts without .py-extension #219

Closed
pylint-bot opened this issue Apr 29, 2014 · 2 comments
Closed

Regression: Unable to check scripts without .py-extension #219

pylint-bot opened this issue Apr 29, 2014 · 2 comments
Labels

Comments

@pylint-bot
Copy link

Originally reported by: BitBucket: okin, GitHub: @okin?


We are using pylint to check some standalone Python scripts that do not have an .py-file extension.
Since the update to pylint 1.2 they do not get checked anymore.

To my understanding this is because the fix for #122 introduced an check if the filename ends with .py.


@pylint-bot
Copy link
Author

Original comment by Sylvain Thénault (BitBucket: sthenault, GitHub: @sthenault?):


fix explicit check of python script. Closes #219

@pylint-bot
Copy link
Author

Original comment by Sylvain Thénault (BitBucket: sthenault, GitHub: @sthenault?):


Issue #247 was marked as a duplicate of this issue.

msuozzo pushed a commit to msuozzo/pylint that referenced this issue Feb 18, 2022
Update `pbs_for_create`, `pbs_for_set_no_merge`, `pbs_for_set_with_merge`, and `pbs_for_update` to match semantics expected by current versions of [conformance tests](googleapis/conformance-tests@0bb8520):

- Rather than create separate `Write.transform` messages to hold field transforms, inline them as `update_transforms` in the main `Write.update` message (which will always be created now).

Copy in the current version of the conftest JSON files and verify.

Closes pylint-dev#217
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant