roslint icon indicating copy to clipboard operation
roslint copied to clipboard

Lint macros for ROS packages

Results 28 roslint issues
Sort by recently updated
recently updated
newest added

#82 removed '.h' from valid extensions and only header extensions via `--headers...` caused extensions to be added onto it. This is what was happening with no --headers option provided: ```...

Looks like no change in default ignores so previously passing code doesn't suddenly start erroring out. Could copy all the changelogs from 2.5.0 to this version here- not sure if...

In the following file: ``` cpp /********************************************************************* * Copyright (c) XXXXX, Inc. *********************************************************************/ void *testFunction(void * /*unused_param*/) { } ``` Cpplint returns: ``` test.cpp:4: Using C-style cast. Use reinterpret_cast(...) instead...

Can roslint_cpp default glob files add .hpp suffix? or add another option for the function? https://github.com/ros/roslint/blob/1a90b0244029b2f45301861c245089fd6a15d0a4/cmake/roslint-extras.cmake.em#L46-L56

Once can use `pragma once` in a headerfile to avoid the header_guards. Now a [build/header_guard] is triggered

I need to write some code that uses std::transform, like this: ```` std::transform(rows.begin(), rows.end(), std::back_inserter(concepts), [this](const mysqlx::Row & row) { return Concept(row[0], *this); }); ```` This will generate `} should...

- add roslint_xml Using lxml.tostring(pretty_print) to find dirty xml files For similar fixes in xml, try find . -iname *.xml -exec rosrun roslint xmllint --fix {} \; - add roslint_markdown...

Would a PR that updates cpplint.py and pep8.py to newer versions be accepted? Thanks!

### Related Issues - roslint new verbs in catkin_tools https://github.com/catkin/catkin_tools/pull/241 ### Required PRs - support setup.py entry_points https://github.com/ros/catkin/pull/798