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

Linting Action Always Fails #3

Open
WildJimmy opened this issue Feb 21, 2024 · 3 comments
Open

Linting Action Always Fails #3

WildJimmy opened this issue Feb 21, 2024 · 3 comments

Comments

@WildJimmy
Copy link
Collaborator

The linting action always fails. Kind of annoying and also means that it's probably not working properly which defeats the purpose anyhow.

@reshnashrestha
Copy link

Yeah, it is kind of annoying just because pylint suggests unnecessary stuffs as problems to be fixed, which are in fact necessary.

@Mosaddeq107
Copy link

Hi @WildJimmy, your workflow failed because you didn't add a Python file to your repository.
The failed message indicates that your Pylint code ("*.py") will search for the files containing the .py extension. Since it didn't find any Python files, it failed always.

screenshot__ 2024-02-23 at 11 51 38 AM

Once you add a Python file, it will work. I forked your repo, added a sample Python file, and made Linting work.

screenshot__ 2024-02-23 at 11 58 58 AM

@laserlab
Copy link
Contributor

Looks to me that now only normal lifting issues are reported mostly in the web app. You have a score of 3.41 with most things easy to fix. There is also a vscode plugin that lints it for you automagically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants