Skip to content

Commit 741c5fa

Browse files
committed
typos
1 parent 3785ac2 commit 741c5fa

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: crate-ci/typos@master
19+
- uses: crate-ci/typos@v1.32.0
2020
with:
2121
config: ./.github/typos.toml

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.DS_Store
22
.idea/
3+
.vscode/
4+
coverage/
5+
dist/
36
node_modules/
47
target/
5-
vendor/
6-
dist/
78
temp/
8-
coverage/
9-
.vscode/
9+
vendor/

REUSE.toml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
".DS_Store",
8+
".gitattributes",
9+
".gitignore",
10+
".pdd",
11+
".xcop",
712
"**.json",
813
"**.md",
914
"**.png",
1015
"**.svg",
1116
"**.txt",
17+
"**/.DS_Store",
18+
"**/.gitignore",
19+
"**/.gitmodules",
20+
"**/.pdd",
21+
"**/.xcop",
1222
"**/*.csv",
1323
"**/*.jpg",
1424
"**/*.json",
@@ -19,22 +29,9 @@ path = [
1929
"**/*.svg",
2030
"**/*.txt",
2131
"**/*.vm",
22-
"**/.DS_Store",
23-
"**/.gitignore",
24-
"**/.gitmodules",
25-
"**/.pdd",
26-
"**/.xcop",
2732
"**/CNAME",
2833
"**/Gemfile.lock",
2934
"**/Procfile",
30-
".DS_Store",
31-
".gitattributes",
32-
".gitignore",
33-
".gitmodules",
34-
".pdd",
35-
".xcop",
36-
"Gemfile.lock",
37-
"Procfile",
3835
"README.md",
3936
]
4037
precedence = "override"

0 commit comments

Comments
 (0)