Skip to content

Releases: flaticols/positionless

v2.1.1

11 Jan 22:20
0d31ace

Choose a tag to compare

Changelog

  • d03f66d Add comprehensive help documentation
  • 495ba74 Add golangci-lint v2 module plugin support
  • bd19d07 Add unexported, internal, ignore, output flags
  • 93d0f6d Address PR review comments
  • 1df81f2 Address PR review feedback
  • 403d1a2 Merge pull request #1 from flaticols/feature/golangci-lint-v2
  • eb3f4b5 Update README.md
  • 0d31ace Update docs and action with new flags (#2)

v2.1.0

11 Jan 22:18
0d31ace

Choose a tag to compare

What's Changed

GitHub Action improvements

  • Added new inputs: include-unexported, include-internal, ignore, output
  • Documented action outputs: findings-count, fixed-count, exit-code, version

Documentation

  • Added exit codes section to README
  • Expanded standalone usage examples
  • Updated flag descriptions with glob support and golangci-lint compatibility notes

v2

01 Jun 08:53

Choose a tag to compare

A Go static analyzer that detects positional struct literal initialization and suggests converting them to named field initialization for better code maintainability.

v1

01 Jun 07:57

Choose a tag to compare

v1

Changelog

v0.0.4

01 Jun 07:48

Choose a tag to compare

Changelog

v0.0.3

01 Jun 07:37

Choose a tag to compare

Changelog