[shac] Fixing buildifier format check.

The json output of the buildifier format command looks slightly
different fro the output of the buildifier lint command, so I needed
to split the executions into two.

Also ran the formatter on these files to fix some empty-spacing
issues.

Change-Id: If93e5eeaf91f13ff6006a32074edbd8238a6e88f
Reviewed-on: https://fuchsia-review.googlesource.com/c/shac-project/checks-starlark/+/1021755
Reviewed-by: Darren Chan <chandarren@google.com>
2 files changed
tree: 79f8bde97143e22fdcb6c9f43d5a8b28ef8c00c5
  1. checks/
  2. AUTHORS
  3. CONTRIBUTING.md
  4. LICENSE
  5. OWNERS
  6. README.md
  7. register.star
  8. shac.star
  9. shac.textproto
README.md

Shac Global Checks: Starlark Repository

This repository hosts a suite of checks for performing static analysis and code health operations on starlark-based filetypes.

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.