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

I have modified the - Create pylint.yml #177

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JT-tanui
Copy link

I've customized the GitHub Actions workflow to execute Pylint on my Python code whenever I push changes to the "main" branch. I've set up a matrix strategy, ensuring compatibility across various Python versions—3.8, 3.9, and 3.10. Specifically, I've configured Pylint to analyze Python files within the "src" directory and its subdirectories using the inclusion pattern 'src/**/*.py'. Additionally, I've excluded a specific file, "exclude_this.py," from the analysis with the exclusion pattern ':!src/exclude_this.py'. What's more, I've incorporated a custom Pylint configuration file, "pylintrc," to fine-tune the code analysis. This personalized setup caters to the specific structure of my project and aligns with my coding requirements, ensuring consistent and high-quality code across different Python versions.

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

Successfully merging this pull request may close these issues.

None yet

1 participant