Commit b70b349
authored
Makefile: add a target to run the auto-fixer (Azure#4247)
* Makefile: correctly depend on tools
The entire point of having per-tool Makefile targets is so that each
top-level target that requires some tool can ensure that the tools it
uses are installed as necessary. Having a top-level `install-tools`
target is fine, if you need to do it, but using it exclusively loses the
whole point of incremental installs and revalidations from Make.
Signed-off-by: Steve Kuznetsov <stekuznetsov@microsoft.com>
* Makefile: add a target to run the auto-fixer
The --fix argument to the linter will automatically update the AST where
possible to make the codebase conformant.
Signed-off-by: Steve Kuznetsov <stekuznetsov@microsoft.com>
---------
Signed-off-by: Steve Kuznetsov <stekuznetsov@microsoft.com>1 parent 3c9df36 commit b70b349
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
310 | 322 | | |
311 | 323 | | |
312 | 324 | | |
| |||
0 commit comments