Skip to content

Releases: norwd/golintr

Show golint errors as file annotations

22 Dec 21:26
dc792c3
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Show golint errors as file annotations by @norwd in #5
  • Fix step IDs to prevent false negatives by @norwd in #7

Full Changelog: v2.0.1...v2.1.0

v2.1.0-beta.3

22 Dec 21:10
dc792c3
Compare
Choose a tag to compare
Pre-release

What's Changed

🚀 Features

  • Show golint errors as file annotations by @norwd in #5
  • Fix step IDs to prevent false negatives by @norwd in #7

Full Changelog: v2.0.1...v2.1.0-beta.3

v2.1.0-beta.2

22 Dec 20:37
cb5daf4
Compare
Choose a tag to compare
Pre-release

What's Changed

🚀 Features

  • Show golint errors as file annotations by @norwd in #5

Full Changelog: v2.0.1...v2.1.0-beta.2

v2.1.0-beta.1

22 Dec 19:47
7d3e2b8
Compare
Choose a tag to compare
Pre-release

What's Changed

🚀 Features

  • Show golint errors as file annotations by @norwd in #5

Full Changelog: v2.0.1...v2.1.0-beta

Show raw errors in workflow log

19 Dec 01:29
099fd8a
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

  • Add changes to action.yml under the feature heading in changelogs by @norwd in #4

Other Changes

  • Redirect golint to stdout to show errors in workflow log by @norwd in #3

Full Changelog: v2.0...v2.0.1

V2 - Composite Action

19 Dec 01:15
1775352
Compare
Choose a tag to compare

Changes from Jerome1337/golint-action@v1.0.3

  • Add .github/dependabot.yml
  • Add .github/labeler.yml
  • Add .github/release.yml
  • Add .github/test/main.go
  • Add .github/workflows/labeler.yml
  • Add .github/workflows/self-test.yml
    • One part working example
    • One part actual workflow
  • Remove CODEOWNERS
  • Remove Dockerfile
  • Remove entrypoint.sh
  • Update LICENSE
    • Add @norwd to copyright header
  • Update README.md
    • Outline simple usecase
    • Outline advanced usecase
  • Update action.yml
    • Heavily modify Dockerfile to a composite GitHub Action

Full Changelog: 2c695d2...v2.0.0

Working Prototype

18 Dec 22:56
af09b7d
Compare
Choose a tag to compare
Pre-release

This runs. It's not pretty yet. But it runs!

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2

Initial Beta

18 Dec 20:44
ad43307
Compare
Choose a tag to compare
Pre-release

Fork Jerome1337/golint-action and convert to composite action.

Full Changelog: https://github.com/norwd/golintr/commits/v2.0.0-beta.1