check-cmake

A simple linter for CMake.

MIT License

Stars
4
check-cmake - v0.5.0 Latest Release

Published by marzer 7 months ago

  • Added check for add_library() with implicit type (STATIC, SHARED, et cetera)
check-cmake - v0.4.0

Published by marzer 9 months ago

  • Fixed line numbers sometimes being wrong in context snippets
  • Added check for incorrectly-placed SYSTEM in target_include_directories()
  • Added check for extraneous space in ExternalProject_Add() CMAKE_ARGS
check-cmake - v0.3.0

Published by marzer 9 months ago

  • Fixed #nocheck
check-cmake - v0.2.0

Published by marzer 9 months ago

  • Added pragmas for ignoring lints on a line
  • Added lint for cmake_minimum_required() when project() is present
  • Fixed minor formatting issues
check-cmake - v0.1.0

Published by marzer 10 months ago

  • First public release 🎉️