FALCONN icon indicating copy to clipboard operation
FALCONN copied to clipboard

Lint the code

Open ludwigschmidt opened this issue 9 years ago • 1 comments

Make sure our code mostly follows https://google.github.io/styleguide/cppguide.html and use their lint tool.

Ideally, we'd have a clear subset of the Google rules we adopt and a corresponding lint script (based on cpplint.py).

ludwigschmidt avatar Dec 10 '15 21:12 ludwigschmidt

Default settings for cpplint applied to HEAD return this: http://pastebin.com/BZH6MF6J Looks pretty sane to me, but we may want to make it stricter.

ilyaraz avatar Dec 19 '15 21:12 ilyaraz