Skip to content

Commit

Permalink
Revert "build(dev-infra): exlude commit message filter from formatting (
Browse files Browse the repository at this point in the history
angular#43091)" (angular#43104)

This reverts commit 7edb128.

The reason for the revert is the breakage of the merge tooling (`dev-infra/commit-message-filter.js: No such file or directory`).
  • Loading branch information
AndrewKushnir authored Aug 10, 2021
1 parent 7edb128 commit 181adff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .ng-dev/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const format: FormatConfig = {
// Do not format generated ng-dev script
'!dev-infra/ng-dev.js',
'!dev-infra/build-worker.js',
'!dev-infra/commit-message-filter.js',
// Do not format compliance test-cases since they must match generated code
'!packages/compiler-cli/test/compliance/test_cases/**/*.js',
// Do not format the locale files which are checked-in for Google3, but generated using
Expand Down
3 changes: 1 addition & 2 deletions dev-infra/commit-message-filter.js

0 comments on commit 181adff

Please sign in to comment.