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

Run linters and formatters on commit #36

Open
yunabe opened this issue Feb 27, 2020 · 0 comments
Open

Run linters and formatters on commit #36

yunabe opened this issue Feb 27, 2020 · 0 comments

Comments

@yunabe
Copy link
Collaborator

yunabe commented Feb 27, 2020

It's not a big deal when only a few people are working on the project.
But it makes things slower meaninglessly if many people commit code with their favarite code formats (e.g. v.s. white-spaces in MD).

yunabe added a commit to yunabe/prog-edu-assistant that referenced this issue Feb 27, 2020
for file in $(find . -name "*.md"); do sed -i 's/\t/    /g' $file; done;
yunabe added a commit that referenced this issue Feb 27, 2020
for file in $(find . -name "*.md"); do sed -i 's/\t/    /g' $file; done;
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

1 participant