mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-27 17:23:24 +00:00
Upgrades to go-execute/v2 and updates various other dependencies. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
16 lines
179 B
YAML
Generated
16 lines
179 B
YAML
Generated
---
|
|
linters:
|
|
enable:
|
|
- godot
|
|
- misspell
|
|
- revive
|
|
|
|
linter-settings:
|
|
godot:
|
|
capital: true
|
|
exclude:
|
|
# Ignore "See: URL"
|
|
- 'See:'
|
|
misspell:
|
|
locale: US
|