Skip to content

Releases: fkie/catkin_lint

1.4.14

18 Apr 09:46
1.4.14
Compare
Choose a tag to compare
  • Do not complain about setting a default for CMAKE_BUILD_TYPE
  • Handle argument parse errors in a more transparent way

1.4.13

07 Apr 10:10
1.4.13
Compare
Choose a tag to compare
  • Handle roswtf plugin special case
  • Check if installed directories actually exist
  • Fix conditional logic check
  • Improved performance

1.4.12

19 Jan 10:22
1.4.12
Compare
Choose a tag to compare
  • Detect if scripts are installed with install(DIRECTORY)

1.4.11

29 Nov 12:59
1.4.11
Compare
Choose a tag to compare
  • Revert check if dependency tags in package.xml are sorted

1.4.10

02 Nov 11:16
1.4.10
Compare
Choose a tag to compare
  • Check if dependency tags in package.xml are sorted
  • Add exceptions to check for uninstalled executable scripts
  • Improved test coverage

1.4.9

02 Sep 11:19
1.4.9
Compare
Choose a tag to compare
  • Improved test coverage
  • Improved documentation
  • Check for uninstalled executable scripts

1.4.8

01 Jul 07:46
Compare
Choose a tag to compare
  • Fix regression bug that broke the --pkg option in release 1.4.7

1.4.7

01 Jul 07:46
Compare
Choose a tag to compare
  • 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

16 Apr 21:15
Compare
Choose a tag to compare
  • Fix parser bug with escaped characters

1.4.5

16 Feb 09:21
Compare
Choose a tag to compare
  • Make -W1 the new default diagnostic level
  • Implement policy checks on variables and conditions
  • Full coverage for unit tests
  • Bugfixes