We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5433ea8 commit 08a6e64Copy full SHA for 08a6e64
.godot.yaml
@@ -0,0 +1,19 @@
1
+# godot configuration
2
+# Which comments to check:
3
+# declarations - for top level declaration comments (default);
4
+# toplevel - for top level comments;
5
+# noinline - for all except inline comments;
6
+# all - for all comments.
7
+scope: declarations
8
+
9
+# List of regexps for excluding particular comment lines from check.
10
+exclude:
11
+ # Exclude experiments directory
12
+ - "llama3/experiments/.*"
13
+ - "experiments/.*"
14
15
+# Check periods at the end of sentences.
16
+period: true
17
18
+# Check that first letter of each sentence is capital.
19
+capital: false
0 commit comments