redhat-beyond / JobSeeker

https://github.com/redhat-beyond/JobSeeker
MIT License
2 stars 5 forks source link

🚀 Added Flake8 CI Github-Action For Python #10

Closed taljacob2 closed 2 years ago

taljacob2 commented 2 years ago

Flake8 is a CI tool that checks the code written in python.

For example, it checks that the max-line-length is below 120 characters.

DEPENDS ON #5

ATTENTION: Because of insufficient writing-permissions to this repository, it is required that @Yarboa, @kasemAlem will setup branch-protection of the main branch, so this PR would close #8

Signed-off-by: taljacob2 taljacob2@gmail.com

taljacob2 commented 2 years ago

Must be documented in README

Alright. I will create a special README file that explains all the information about the Flake8 tool and how to use it. I will place it in a new README folder.

taljacob2 commented 2 years ago

Updates of today:

Please review the new changes.

taljacob2 commented 2 years ago

Consider renaming README dir to docs

Done. The Flake8's README is now placed at: docs/Flake8.md