rice-eclipse / resfet

Hybrid rocket engine control software for engine tests (coldflow and hotfire), written in C++.
http://eclipse.rice.edu/resfet
GNU General Public License v3.0
1 stars 1 forks source link

Linter #29

Open ty19 opened 4 years ago

ty19 commented 4 years ago

Find a style guide people agree on and a linter that enforces it. Should be run locally before pushing, potentially forbidding any remote changes if the linter fails (with a git commit/push hook).

Some issues are camel casing for variables and filenames, and functions, indentation, tabs vs. spaces, max line lengths, comment formats, and integer sizes, all of which should be identifiable using existing linters.