We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb423f6 commit c37660dCopy full SHA for c37660d
README.md
@@ -28,15 +28,16 @@ or download binary from [releases page](https://github.com/tetafro/godot/release
28
29
## Config
30
31
-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
32
+set it using `-c filename.yaml` argument. If no config provided the following
33
defaults are used:
34
35
```yaml
36
# Which comments to check:
37
# declarations - for top level declaration comments (default);
38
# toplevel - for top level comments;
39
# all - for all comments.
-scope: toplevel
40
+scope: declarations
41
42
# List pf regexps for excluding particular comment lines from check.
43
exclude:
0 commit comments