workgroups/vendor/github.com/tetafro/godot/.godot.yaml
Marvin Preuss 1d4ae27878
All checks were successful
continuous-integration/drone/push Build is passing
ci: drone yaml with reusable anchors
2021-09-24 17:34:17 +02:00

17 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