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(#8): added linting and formatting rules #10

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

AlejandroSuero
Copy link
Contributor

As explained in #8, I added selene and stylua for linting and formatting lua files and
editorconfig for more general linting rules of the rest of the files, example: .md, .yml, etc. files.

The Makefile addition is for easy to use make lint, make style-lint, make lint-all and make format (to apply the fixes with stylua).

Added the workflow to use selene and stylua on push and pull_request targeting the main branch, and only when lua/**/*.lua files are modified.

Closes #8.

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.

Add formatting and linting rules
1 participant