woodpecker/vendor/github.com/tetafro/godot/.godot.yaml
Lukas c28f7cb29f
Add golangci-lint (#502)
Initial part of #435
2021-11-14 21:01:54 +01:00

16 lines
463 B
YAML

# Which comments to check:
# declarations - for top level declaration comments (default);
# toplevel - for top level comments;
# all - for all comments.
scope: declarations
# List of regexps for excluding particular comment lines from check.
# Example: exclude comments which contain numbers.
exclude:
# - '[0-9]+'
# Check periods at the end of sentences.
period: true
# Check that first letter of each sentence is capital.
capital: false