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

Coding style #95

Open
masterT opened this issue Jan 9, 2022 · 1 comment
Open

Coding style #95

masterT opened this issue Jan 9, 2022 · 1 comment

Comments

@masterT
Copy link
Contributor

masterT commented Jan 9, 2022

Is see there is a lot of different coding style in the codebase. I also see there is an IntelliJ code style file .idea/codeStyleSettings.xml, but it can't be used without the editor.

I think it would be a good idea to have a linter that could run on the CI to verify the code style. This would help keep the code style uniform.

@maicol07
Copy link
Contributor

maicol07 commented Feb 3, 2022

Another suggestion about this: just create a .editorconfig. IntelliJ IDEs allow to export the code style settings as a .editorconfig file.

I think it would be a good idea to have a linter that could run on the CI to verify the code style. This would help keep the code style uniform.

I recommend ESLint 😁

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

2 participants