mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-05-22 10:15:43 +02:00
40438e7b6c
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.5 to 1.15.0. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](https://github.com/spf13/afero/compare/v1.9.5...v1.15.0) --- updated-dependencies: - dependency-name: github.com/spf13/afero dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
49 lines
748 B
YAML
49 lines
748 B
YAML
version: "2"
|
|
|
|
run:
|
|
timeout: 10m
|
|
|
|
linters:
|
|
enable:
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- nolintlint
|
|
# - revive
|
|
- staticcheck
|
|
- unused
|
|
|
|
disable:
|
|
- errcheck
|
|
# - staticcheck
|
|
|
|
settings:
|
|
misspell:
|
|
locale: US
|
|
nolintlint:
|
|
allow-unused: false # report any unused nolint directives
|
|
require-specific: false # don't require nolint directives to be specific about which linter is being skipped
|
|
|
|
exclusions:
|
|
paths:
|
|
- gcsfs/internal/stiface
|
|
|
|
formatters:
|
|
enable:
|
|
- gci
|
|
- gofmt
|
|
- gofumpt
|
|
- goimports
|
|
- golines
|
|
|
|
settings:
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- default
|
|
- localmodule
|
|
|
|
exclusions:
|
|
paths:
|
|
- gcsfs/internal/stiface
|