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

Lint all the files #210

Merged
merged 6 commits into from
Jun 27, 2023
Merged

Lint all the files #210

merged 6 commits into from
Jun 27, 2023

Conversation

etpinard
Copy link
Collaborator

It would be nice to eventually follow a Julia style guide like https://github.com/SciML/SciMLStyle, but this PR should be a step in the right direction 😏

which is more general than just
ignoring `node_modules`
for all git-tracked text files, assert that:
- No trainling whitespaces at EOLs
- No tab characters
- a newline at EOF
so that the `lint.yml` workflow passes
that now read files that include
newline at EOF
and group "lint markdown files" steps into one
for clarity
@github-actions github-actions bot added CI enhancement New feature or request tests labels Jun 27, 2023
@etpinard
Copy link
Collaborator Author

One integration test is failing

image

but I can't reproduce the failure locally.

Since I would like to not block this PR, I'll go ahead and merge it right now.

I'll attempt to fix the CI failure in a future PR.

@etpinard etpinard merged commit 5ae3857 into dev Jun 27, 2023
18 of 19 checks passed
@etpinard etpinard deleted the lint-all-the-files branch June 27, 2023 21:12
@etpinard etpinard mentioned this pull request Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI enhancement New feature or request tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant