build: migrate bazel related formatting/linting to ng-dev format (#36842)
Migrates away from inline searching for files and running buildifier directly, instead using ng-dev for formatting. Additionally, provides a deprecation message for any usages of the previous commands. PR Close #36842
This commit is contained in:

committed by
Alex Rickabaugh

parent
2cb5f59acc
commit
297dab845d
@ -62,7 +62,6 @@ export function buildFormatParser(localYargs: yargs.Argv) {
|
||||
console.warn(` yarn ng-dev format --help`);
|
||||
console.warn();
|
||||
console.warn(`For more on the rationale and effects of this deprecation visit:`);
|
||||
// TODO(josephperrott): Update this PR to the correct URL.
|
||||
console.warn(` https://github.com/angular/angular/pull/36842#issue-410321447`);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user