[shac] Fix a small typo in register.star.

The "formatter" property is set in the check itself, not in the
"shac.register_check" call.

Verified locally while migrating fuchsia-infra-bazel-rules to use
the shared repos.

Change-Id: I1d64af0aa83b7ae0bd5d036dd64c4e00a6ecd992
Reviewed-on: https://fuchsia-review.googlesource.com/c/shac-project/checks-cpp/+/1019513
Reviewed-by: Darren Chan <chandarren@google.com>
1 file changed
tree: e9633254b5b99dd1fcc6fd937af7ac3460e76897
  1. checks/
  2. .gitmodules
  3. AUTHORS
  4. CONTRIBUTING.md
  5. LICENSE
  6. OWNERS
  7. README.md
  8. register.star
  9. shac.star
  10. shac.textproto
README.md

Shac Global Checks: C/C++ Repository

This repository hosts a suite of checks for performing static analysis and code health operations on C/C++ source code.

The checks are hosted in the “checks/” directory, split up based on the host-tool being used.

Please see https://github.com/shac-project/shac for more information on the shac tool and framework.