In a similar vein to:
Unfortunately, Zig does not currently ship with these tools, so we would have to require users to install them.
Questions:
- Should we mandate a specific code style like
zig fmt or let it be configurable?
- Should we try to detect the presence of these tools on disk or just go ahead and invoke them if the user asked us to?
- Should
clang-tidy be tied to WarningLevel? Or should we maybe use AnalysisLevel/AnalysisMode?
In a similar vein to:
zig fmtinto the build #28Unfortunately, Zig does not currently ship with these tools, so we would have to require users to install them.
Questions:
zig fmtor let it be configurable?clang-tidybe tied toWarningLevel? Or should we maybe useAnalysisLevel/AnalysisMode?