Skip to content

Releases: fkie/catkin_lint

1.3.6

15 Feb 17:02
Compare
Choose a tag to compare
  • Support for #catkin_lint pragma comments
  • New command line option --package-path
  • Support for package format 2

1.3.5

15 Feb 17:02
Compare
Choose a tag to compare
  • 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

15 Feb 17:03
Compare
Choose a tag to compare
  • Downgrade upper-case command warning to notice
  • Fix message about missing build includes
  • Warn about ambiguous include paths

1.3.3

15 Feb 17:03
Compare
Choose a tag to compare
  • 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

15 Feb 17:04
Compare
Choose a tag to compare
  • Additional coding style checks
  • Bugfix for nested loop parsing
  • Install exception for example programs

1.3.1

15 Feb 17:04
Compare
Choose a tag to compare
  • Fix copy&paste bug in bash completion
  • Check for missing COMPONENTS keyword
  • Refine pkg-config check

1.3.0

15 Feb 17:05
Compare
Choose a tag to compare
  • New CMake parser
  • Support macros
  • Support variable scopes
  • Check for pkg-config calls
  • Check for environment variable usage
  • Check for global variables
  • Various bugfixes