Releases: fkie/catkin_lint
Releases · fkie/catkin_lint
1.4.4
- New option
--resolve-env
to resolve $ENV{}
references from OS environment
- Add missing unit tests for sorted lists
1.4.3
- Promote "uninstalled target" notices to warnings
- Demote "unconfigured build depend" errors to warnings if there are no build targets
- Fix diagnostic about test dependencies which are also run dependencies
1.4.2
- Fix off-by-one error in check for sorted lists
1.4.1
- Check for sorted lists
- Bugfixes
1.4.0
- Add
rosdistro
support and refactor rosdep
integration
- Improved cache
- Bugfixes and code cleanup
1.3.11
- Fix wrong column count (exposed by indentation check)
- Fix indentation check
- Add XML schema to XML output
1.3.10
- Improve handling of message_runtime in package format 2
- Check for sensible indentation
1.3.9
- Improve handling of tests and their dependencies
1.3.8
- Fix cache corruption with relative paths
- Check for unknown packages where catkin packages are required
1.3.7
- Entry point for integration with catkin_tools
- New command line option
--skip-pkg
- Minor bugfixes and code cleanup