Releases: flaticols/positionless
Releases · flaticols/positionless
v2.1.1
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
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
A Go static analyzer that detects positional struct literal initialization and suggests converting them to named field initialization for better code maintainability.