iperf3exporter/vendor/github.com/tetafro/godot/.godot.yaml
Marvin Preuss 2343c9588a
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
first commit
2021-10-20 10:08:56 +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