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

Add code linters to the project such as flake8 for Python and ESLint or Prettier the FrontEnd #25

Open
1 of 2 tasks
Tracked by #10
terrameijar opened this issue Feb 2, 2024 · 0 comments
Open
1 of 2 tasks
Tracked by #10
Labels
good first issue Good for newcomers

Comments

@terrameijar
Copy link
Collaborator

terrameijar commented Feb 2, 2024

To implement Continuous Integration we need to add checks and tests to the code. We need lint checks in the code to help find problems in the code syntax and to ensure that the code meets Python or JS style guides. We'll use Flake8 for Python and ESLint for Javascript. Add these to the dependencies.

Tasks:

@terrameijar terrameijar added the good first issue Good for newcomers label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant