Conversation
|
@vincefn I won't merge this, but it shows which cpp files would be update by the whitespace and end-of-file cleaning. If we want we can add these linting checks back into the precommit-ci so they ge tfixed and are maintained moving forward. Also, we are moving all our tests from travis to GH workflows, so we could do that on this repo too so tests run on PRs if you like. |
|
Nice ! I'm not used to linting for c++ - in this case it would not be possible to lint the upstream subproject, but I should do it in the ObjCryst repository, that's good practice. (note the How do you activate this with GH ? Just adding the yaml file does not seem enough (I just tested vincefn/objcryst#61) |
@vincefn There is one more step to integrate it into github, which is to add the app. Go to the org level, click Then all the pre-commit things that work locally will be handled automatically. It is really nice! Full instructions are here: https://pre-commit.com/ |

No description provided.