Is there an eclipse plugin that runs google's cpplint.py on open files? -


I would like to be able to run cpplint.py from eclipse so that I can get it In those places where I am doing wrong style decisions (at least according to Google style guide)

I don do not know cpplint.py , but you should be able to run any Eclipse device as "external device".

See below Run & gt; & Gt; External tools

can also be arguments so that you can incorporate the current project or similar path. The output is placed in the console view and if the message from the tool is anything from other tools (such as "file: line: message"), then you also need hyperlinks from relevant files.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -