Skip to content

Commit

Permalink
Add shebang line checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Aug 12, 2021
1 parent 717e623 commit a7dc5b8
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 350 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.5.0
*2021-08-12*
- Added checking of shebang (`#!`) lines for explicit language classification.
- Added `checkShebang` API option to implement shebang checking (defaults to `true` unless `quick` is set).
- Added `--checkShebang` CLI option (ditto).

## 1.4.5
*2021-08-10*
- Fixed files prefixed with a dot not being checked.
Expand Down
Loading

0 comments on commit a7dc5b8

Please sign in to comment.