File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Following are used during CI and strongly recommended during local development.
10
10
11
11
Lint: [ luacheck] ( https://github.com/lunarmodules/luacheck/ )
12
12
13
- Style: [ stylua ]
13
+ Style: [ StyLua ] ( https://github.com/JohnnyMorganz/StyLua )
14
14
15
15
Language server: [ luals] ( https://luals.github.io )
16
16
@@ -22,17 +22,17 @@ The following quality checks are mandatory and are performed during CI. They run
22
22
23
23
You can run them all via ` make ` or ` make all `
24
24
25
- You can setup the git hooks by running ` scripts/setup-hooks.sh `
25
+ You can setup git hooks to run all checks by running ` scripts/setup-hooks.sh `
26
26
27
27
## lint
28
28
29
+ 1 . Runs luacheck quietly using ` .luacheck ` settings
30
+ 1 . Runs ` scripts/doc-comments.sh ` to validate annotated documentation
31
+
29
32
``` sh
30
33
make lint
31
34
```
32
35
33
- 1 . Runs luacheck quietly using ` .luacheck ` settings
34
- 1 . Runs ` scripts/doc-comments.sh ` to validate annotated documentation
35
-
36
36
## style
37
37
38
38
Runs stylua using ` .stylua.toml ` settings:
You can’t perform that action at this time.
0 commit comments