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

feat(linters): add linters and formatters to the project #18

Merged
merged 6 commits into from
Aug 6, 2024

Conversation

Daniel-Boll
Copy link
Contributor

Another issue of a precommit should be created to run the checks and fixes automatically at each commit. Such as Husky, the default behavior expects a .git in the same folder where it's installed, so perhaps we will need to have a package.json at the root of the repo.

closes #15

  • feat(lint): add biome config to the project
  • feat(lint): run fixes of biome
  • feat(lint): run clippy fixes and cargofmt
  • chore: document dependencies used for the api development

Signed-off-by: Daniel Boll <danielboll.academico@gmail.com>
Signed-off-by: Daniel Boll <danielboll.academico@gmail.com>
Signed-off-by: Daniel Boll <danielboll.academico@gmail.com>
Signed-off-by: Daniel Boll <danielboll.academico@gmail.com>
@Daniel-Boll Daniel-Boll added the enhancement New feature or request label Aug 6, 2024
@Daniel-Boll Daniel-Boll self-assigned this Aug 6, 2024
@Daniel-Boll Daniel-Boll linked an issue Aug 6, 2024 that may be closed by this pull request
Signed-off-by: Daniel Boll <danielboll.academico@gmail.com>
Signed-off-by: Daniel Boll <danielboll.academico@gmail.com>
Copy link
Contributor

@DanielHe4rt DanielHe4rt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@DanielHe4rt DanielHe4rt merged commit 2c9d4d6 into main Aug 6, 2024
@DanielHe4rt DanielHe4rt deleted the feat/linters branch August 6, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: setup lint config
3 participants