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:
Joey Perrott
2020-04-28 12:32:06 -07:00
committed by Alex Rickabaugh
parent 2cb5f59acc
commit 297dab845d
4 changed files with 7 additions and 13 deletions

View File

@ -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`);
});
}