Skip to content

Commit 52bb775

Browse files
committed
Improves vale linter settings
1 parent 3533b03 commit 52bb775

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.gitignore

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.redo
33
clean
44
lint
5-
styles/.vale-config
6-
styles/alex
7-
styles/Google
8-
styles/Joblint
9-
styles/proselint
10-
styles/Readability
11-
styles/write-good
5+
.github/styles/.vale-config
6+
.github/styles/alex
7+
.github/styles/Google
8+
.github/styles/Joblint
9+
.github/styles/proselint
10+
.github/styles/Readability
11+
.github/styles/write-good
1212
test
1313
test_container

.vale.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MinAlertLevel = suggestion
22
Packages = Google, proselint, write-good, alex, Readability, Joblint
3-
StylesPath = styles
4-
Vocab = Shellbase
3+
StylesPath = .github/styles
4+
Vocab = Base
55

66
[*]
77
BasedOnStyles = Vale, Google, proselint, write-good, alex, Readability, Joblint

0 commit comments

Comments
 (0)