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

The Pylint action is broken #11

Closed
markgreene74 opened this issue Feb 15, 2021 · 0 comments · Fixed by #12
Closed

The Pylint action is broken #11

markgreene74 opened this issue Feb 15, 2021 · 0 comments · Fixed by #12
Labels
bug Something isn't working

Comments

@markgreene74
Copy link
Owner

Ref: actions/starter-workflows#636

pylint `ls -R|grep .py$|xargs`

does not work as intended. ls -R | grep .py$ lists all files with the .py ending. Only the files not the path to them. So it will find .py files in a subdirectory, and pass them to pylint which is then unable to find them on the top level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant