Open
Description
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 toWarningLevel
? Or should we maybe useAnalysisLevel
/AnalysisMode
?
Activity