Hi,
trying to figure out in which ways clang-format is (supposed to be) hooked up in our git-hooks. And what role it plays, yet.
There is a lint test, that so far never did something for me because it relies on a `.clang-format-scope` file (that is not in the tree?). Still, this check seems to be actively maintained.
And also a `util/lint/check-style` that is only hooked up if you run `make git-config` recently (I didn't, so I'm a little surprised). This one doesn't have a scope file, it seems?
What does each of these checks do?
Did anybody ever use the scope file? Is it used downstream somewhere?
Same as with `check-patch`, I believe we need either a white or black listing. Imagine you'd try to work on superiotool and clang-format (with its coreboot config) is run on that.
Nico