hk 1.49.0

A tool for managing git hooks
1
2
3
4
5
6
7
8
9
10
11
12
import "../Builtins.pkl"
import "../Config.pkl"

@Builtins.meta {
  category = "Other Languages"
  description = "C++ style checker"
}
cpp_lint = new Config.Step {
  glob =
    List("**/*.c", "**/*.h", "**/*.cpp", "**/*.hpp", "**/*.cc", "**/*.hh", "**/*.cxx", "**/*.hxx")
  check = "cpplint {{ files }}"
}