Skip to content

core go lint

Run golangci-lint.

Usage

bash
core go lint [flags]

Flags

FlagDescription
--fixFix issues automatically

Examples

bash
core go lint          # Check
core go lint --fix    # Auto-fix

Released under the EUPL-1.2 License.