-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
70 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03dcdd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please comment on why you deleted codespell.yml and miss_hit.yml? Trying to decide if I should merge these changes. Thank you.
03dcdd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed them because pre-commit is already taking care of running:
template_matlab_analysis/.pre-commit-config.yaml
Line 12 in e8449fe
template_matlab_analysis/.pre-commit-config.yaml
Line 51 in e8449fe
And I am relying on pre-commit-ci to run those checks: https://results.pre-commit.ci/
Though your message makes me realize that if someone uses the template but has not set up pre-commit CI then, their code won't get checked by github actions.
I will add a workflow that runs pre-commit to make sure that all use cases are covered.
03dcdd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a couple of workflows to use pre-commit via github actions to run all the linting and formating (miss-hit, codespell...)
03dcdd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks for that info and for setting up the new workflow.
03dcdd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Remi-Gau I am not sure why the message about changes to my fork is appearing on your repo landing page (see image below). I did not issue a pull request. I forked the repo and made a few updates to the README then pushed it to my remote/origin, just like a normal fork pull request workflow. I have never seen a message like this appear in an upstream repo landing page (normally it would appear on my forked repo).
Just wanted to let you know in case you're as confused as I am. Maybe something different about a template? Either way, I don't suggest creating a pull request!
Here is a screenshot:
03dcdd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that kind of message is only visible for you (by design I am pretty sure)
this is what I see