<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Nov 1, 2017 at 8:44 AM, David Ostrovsky <span dir="ltr"><<a href="mailto:d.ostrovsky@gmx.de" target="_blank">d.ostrovsky@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, Oct 30 08:35:36 UTC 2017, Miklos Vajna wrote:<br>
<br>
>On Fri, Oct 27, 2017 at 04:49:55PM +0200, Jan Holesovsky wrote:<br></blockquote><div><br></div><div>[...]</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Many OSS projects in the wild enforce code styles. Some projects,<br>
even enforce multiple different code style checks for different<br>
languages and even different checks for a single language.<br>
<br>
One example is tensoflow:<br>
<a href="https://github.com/tensorflow/tensorflow/blob/c44f67a7ed5870fe8a1c0d6257ce597ca2ef7564/tensorflow/tools/ci_build/ci_sanity.sh" rel="noreferrer" target="_blank">https://github.com/tensorflow/<wbr>tensorflow/blob/c44f67a7ed5870<wbr>fe8a1c0d625<br>
7ce597ca2ef7564/tensorflow/too<wbr>ls/ci_build/ci_sanity.sh</a><br>
<br>
is using:<br>
<br>
* pylint<br>
* pep8<br>
* buildifier (Bazel BUILD files)<br>
* clang_format_check<br></blockquote><div><br></div><div>This may be of interest, <a href="https://coala.io/#/languages" target="_blank">https://coala.io/#/<wbr>languages</a>. It is umbrella tool that covers over many different checkers and linters. It may ease implementation effort, esp. for multi language project. Add this one tool, the checkers you need, and it will run them for you and collate results. There may be other tools such as coala, I haven't looked.</div><div><br></div><div>[...]</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
And no, I'm not volunteering to do the job.<br></blockquote><div><br></div><div>Me neither</div></div>-- <br><div class="m_-3949497922363214893gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Jiri Daněk</div></div></div></div></div>
</div></div>