securesauce / precaution-beta

Precaution provides a simple, automated code review for GitHub projects by running code linters with a security focus on pull requests.
Other
1 stars 0 forks source link

The tslint plugin should filter on *.ts not *ts #225

Closed ericwb closed 5 years ago

ericwb commented 5 years ago

Trivial fix to add the dot so that the filter only matches files with a ts extension and not any file ending in ts.

Fixes issue #224

Signed-off-by: Eric Brown browne@vmware.com