maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
219 stars 44 forks source link

Linter: git hook #521

Closed maxitg closed 3 years ago

maxitg commented 3 years ago

The problem

Implement linter to run as a git hook on the push to origin. This way, formatting issues never need to be discussed during a code review.

Possible solution

On Linux and Mac, it should be quite straightforward. Needs additional testing on Windows (and may need to be disabled there). Should be possible to override with a --force option or something similar.