This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add -o // --output flag to golangci-custom
> [!NOTE] > `golangci-lint` maintainer [refuses to consider this change](golangci#5369 (comment)). Confirmed the help output is as expected: ``` Build a version of golangci-lint with custom linters Usage: golangci-lint custom [flags] Flags: -o, --output string Path to output file Global Flags: --color string Use color when printing; can be 'always', 'auto', or 'never' (default "auto") -h, --help Help for a command -v, --verbose Verbose output ```
- Loading branch information