- Allows verbose reporting of Issues in Run Terminal/Log.
- Correctly maps Issue Severity to GitHub Severity
- Additionally adds support for Severity Failure levels (defaults to 'notice' [all])
- Adds suggested fixes to Annotation Raw Details
- Prepares foundation for supporting Comments
- Adds support for Multi-Line Annotations
- Adds mapping for common Issue Severities to GitHub Severities (Code climate | Checkstyle | GitHub)
- Adds handeling of 'Ignore' Issue Severity (removes from Issue List)
- Adds support for Character Range Annotations
Add option to skip caching the Go package directory (~/go/pkg).
Add option to skip caching the Go build directory (~/.cache/go-build).
Update README to mention new options.
This commit is to support X.Y.Z version in config.
- if X.Y.Z version is passed, honour it 👍
- if X.Y version is passed, keep the same behaviour
as it is right now.
Closes#98
Signed-off-by: Tam Mach <sayboras@yahoo.com>
* Fix misleading version input description
Signed-off-by: Tam Mach <sayboras@yahoo.com>
* Run npm run all
* Update dep to fix CI
* Update dep to fix CI
* Bump to 1.28
* Locked down setup-go version