Releases: fkie/catkin_lint
Releases · fkie/catkin_lint
1.3.6
- Support for
#catkin_lint
pragma comments
- New command line option
--package-path
- Support for package format 2
1.3.5
- Preliminary checks for Indigo compatibility
- Experimental manifest cache to speed up execution
- Let the user ignore specific messages via command line switch
- Minor bugfixes
1.3.4
- Downgrade upper-case command warning to notice
- Fix message about missing build includes
- Warn about ambiguous include paths
1.3.3
- Bugfix for incorrect file install destination
- Check if packages in
find_package()
need to be REQUIRED
- Check that command names are lower-case as recommended
- Minor code cleanup
1.3.2
- Additional coding style checks
- Bugfix for nested loop parsing
- Install exception for example programs
1.3.1
- Fix copy&paste bug in bash completion
- Check for missing
COMPONENTS
keyword
- Refine
pkg-config
check
1.3.0
- New CMake parser
- Support macros
- Support variable scopes
- Check for
pkg-config
calls
- Check for environment variable usage
- Check for global variables
- Various bugfixes