Skip to content

Commit

Permalink
do not check formatting of d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
devrelm committed Aug 10, 2017
1 parent 81564b6 commit dcb9474
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chrome-launcher/test/check-formatting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ check_formatting ()
fi
}

check_formatting "*.ts"
check_formatting "**/*.ts"
check_formatting "`find . -type f \! -path '*node_modules*' \! -name '*.d.ts' -name '*.ts'`"

0 comments on commit dcb9474

Please sign in to comment.