- Bug fix - auto-run only on save, reduce excessive checkpatch calls
- Add setting for selecting the diagnostic severity of problems
- Run checkpatch from workspace root, for supporting checkpatch config files
- Bug fix - don't ignore the last error in file and respect '--strict' mode. Thanks @nunojsa.
- Diagnostic severity changed to 'info'
- Add
checkpatch.exclude
setting to ignore specified globs
- Bug fix
- Add
$checkpatch
problemMatcher - Add
checkpatch.toggleAutoRun
- Add .checkpatch.conf language support
- Check specific commit
- Bug fixes
- Add check patch command
- Bug fixes
- Add check file command
- Bug fixes
- Initial release