Hi! I run with this params :
golangci-lint run --out-format=checkstyle ./...
WARN [config_reader] The configuration option output.format is deprecated, please use output.formats
And it outputs in default format, option checkstyle not working
Version of golangci-lint
golangci-lint has version 1.60.1 built with go1.23.0 from 3298c104 on 2024-08-14T01:15:05Z
INFO golangci-lint has version 1.60.1 built with go1.23.0 from 3298c104 on 2024-08-14T01:15:05Z
INFO [config_reader] Config search paths: [./ /home/***/workspace /home/*** /home /]
INFO [lintersdb] Active 6 linters: [errcheck gosimple govet ineffassign staticcheck unused]
INFO [loader] Go packages loading at mode 575 (imports|name|types_sizes|compiled_files|deps|exports_file|files) took 5.138729ms
INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 7.497µs
ERRO [linters_context] typechecking error: pattern ./...: directory prefix . does not contain main module or its selected dependencies
INFO [linters_context/goanalysis] analyzers took 5.375417ms with top 10 stages: buildir: 487.383µs, S1008: 359.389µs, atomic: 336.201µs, unusedresult: 335.427µs, appends: 314.254µs, asmdecl: 280.169µs, inspect: 258.266µs, SA4017: 257.754µs, S1011: 234.737µs, fact_deprecated: 208.253µs
INFO [runner] processing took 2.369µs with stages: max_same_issues: 871ns, nolint: 208ns, skip_dirs: 173ns, max_from_linter: 116ns, cgo: 115ns, identifier_marker: 110ns, max_per_file_from_linter: 99ns, filename_unadjuster: 91ns, invalid_issue: 90ns, skip_files: 90ns, path_prettifier: 38ns, diff: 38ns, exclude: 36ns, exclude-rules: 34ns, path_shortener: 34ns, severity-rules: 34ns, uniq_by_line: 34ns, source_code: 33ns, fixer: 32ns, autogenerated_exclude: 32ns, sort_results: 31ns, path_prefixer: 30ns
INFO [runner] linters took 8.908292ms with stages: goanalysis_metalinter: 8.884486ms
INFO File cache stats: 0 entries of total size 0B
INFO Memory: 2 samples, avg is
A minimal reproducible example or link to a public repository
Validation
[X] Yes, I've included all information above (version, config, etc.).
Welcome
typecheck
section of the FAQ.Description of the problem
Hi! I run with this params : golangci-lint run --out-format=checkstyle ./... WARN [config_reader] The configuration option
output.format
is deprecated, please useoutput.formats
And it outputs in default format, option checkstyle not working
Version of golangci-lint
Configuration
Go environment
Verbose output of running
A minimal reproducible example or link to a public repository
Validation
Supporter