aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/tetafro/godot/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/tetafro/godot/README.md')
-rw-r--r--vendor/github.com/tetafro/godot/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/vendor/github.com/tetafro/godot/README.md b/vendor/github.com/tetafro/godot/README.md
index 902678f54..3f97b0e39 100644
--- a/vendor/github.com/tetafro/godot/README.md
+++ b/vendor/github.com/tetafro/godot/README.md
@@ -28,7 +28,8 @@ or download binary from [releases page](https://github.com/tetafro/godot/release
## Config
-You can specify options using config file. If no config provided the following
+You can specify options using config file. Use default name `.godot.yaml`, or
+set it using `-c filename.yaml` argument. If no config provided the following
defaults are used:
```yaml
@@ -36,9 +37,9 @@ defaults are used:
# declarations - for top level declaration comments (default);
# toplevel - for top level comments;
# all - for all comments.
-scope: toplevel
+scope: declarations
-# List pf regexps for excluding particular comment lines from check.
+# List of regexps for excluding particular comment lines from check.
exclude:
# Check periods at the end of sentences.