gtorrent / gtorrent-core

Core library of gTorrent which handles everything but UI/UX
GNU General Public License v3.0
39 stars 12 forks source link

style check + static analysis #37

Closed benwaffle closed 10 years ago

benwaffle commented 10 years ago

We should use cpplint for conformance with google's C++ style guidelines. cppcheck and clang's analyzer for detecting logic bugs

benwaffle commented 10 years ago

Many people have agreed to use google's C++ style and cpplint.py . I guess we need devs to agree @truNEET @ragesalmon @nyanpasu @shinigamichan @fuyukaidesu

fuyukaidesu commented 10 years ago

I agree, as long as it is limited to core.

truNEET commented 10 years ago

I'm OK with switching to Google's style guide for the core, for the potential benefits of cpplint.

I just wanna like make write code. :^)