Releases: fkie/catkin_lint
Releases · fkie/catkin_lint
1.4.14
- Do not complain about setting a default for
CMAKE_BUILD_TYPE
- Handle argument parse errors in a more transparent way
1.4.13
- Handle roswtf plugin special case
- Check if installed directories actually exist
- Fix conditional logic check
- Improved performance
1.4.12
- Detect if scripts are installed with install(DIRECTORY)
1.4.11
- Revert check if dependency tags in package.xml are sorted
1.4.10
- Check if dependency tags in package.xml are sorted
- Add exceptions to check for uninstalled executable scripts
- Improved test coverage
1.4.9
- Improved test coverage
- Improved documentation
- Check for uninstalled executable scripts
1.4.8
- Fix regression bug that broke the
--pkg
option in release 1.4.7
1.4.7
- Fix workspace overlay bug
- Reformat source code for better PEP8 compliance
- Warn about Eigen module being deprecated in favor of Eigen3
Warning: This release has a serious regression bug that breaks the --pkg
command line option
1.4.6
- Fix parser bug with escaped characters
1.4.5
- Make -W1 the new default diagnostic level
- Implement policy checks on variables and conditions
- Full coverage for unit tests
- Bugfixes