Skip to content

Commit 4a05191

Browse files
committed
fix(ng-dev): update buildifier to format all .bazel files
This is needed to format module.bazel files.
1 parent 1e09768 commit 4a05191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ng-dev/format/formatters/buildifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class Buildifier extends Formatter {
2020

2121
override binaryFilePath = join(this.git.baseDir, 'node_modules/.bin/buildifier');
2222

23-
override defaultFileMatcher = ['**/*.bzl', '**/BUILD.bazel', '**/WORKSPACE', '**/BUILD'];
23+
override defaultFileMatcher = ['**/*.bzl', '**/*.bazel', '**/WORKSPACE', '**/BUILD'];
2424

2525
override actions = {
2626
check: {

0 commit comments

Comments
 (0)