Skip to content

Commit f0c1b96

Browse files
committed
0.0.7
1 parent 284e03c commit f0c1b96

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.0.7
4+
- Bug fix - don't ignore the last error in file and respect '--strict' mode. Thanks @nunojsa.
5+
- Diagnostic severity changed to 'info'
6+
- Add `checkpatch.exclude` setting to ignore specified globs
7+
38
## 0.0.6
49
- Bug fix
510

@@ -13,16 +18,13 @@
1318
- Bug fixes
1419

1520
## 0.0.3
16-
1721
- Add check patch command
1822
- Bug fixes
1923

2024

2125
## 0.0.2
22-
2326
- Add check file command
2427
- Bug fixes
2528

2629
## 0.0.1
27-
2830
- Initial release

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "checkpatch",
33
"displayName": "checkpatch",
44
"description": "Using linux kernel checkpatch tool to lint code.",
5-
"version": "0.0.6",
5+
"version": "0.0.7",
66
"publisher": "idanp",
77
"engines": {
88
"vscode": "^1.32.0"

0 commit comments

Comments
 (0)