21 lines
388 B
YAML
21 lines
388 B
YAML
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
run:
|
||
|
build-tags:
|
||
|
- libsqlite3
|
||
|
linters-settings:
|
||
|
gci:
|
||
|
sections:
|
||
|
- standard
|
||
|
- default
|
||
|
- prefix(git.mothstuff.lol/lukeshu/eclipse)
|
||
|
gofmt:
|
||
|
simplify: true
|
||
|
nolintlint:
|
||
|
require-explanation: true
|
||
|
require-specific: true
|
||
|
issues:
|
||
|
exclude-use-default: false
|
||
|
max-issues-per-linter: 0
|
||
|
max-same-issues: 0
|