Skip to content

Commit 2ba5bd9

Browse files
committed
typos
1 parent 01c519d commit 2ba5bd9

File tree

4 files changed

+44
-26
lines changed

4 files changed

+44
-26
lines changed

.github/workflows/typos.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
2+
# SPDX-License-Identifier: MIT
3+
---
4+
name: typos
5+
'on':
6+
push:
7+
branches:
8+
- master
9+
pull_request:
10+
branches:
11+
- master
12+
jobs:
13+
typos:
14+
timeout-minutes: 15
15+
runs-on: ubuntu-24.04
16+
steps:
17+
- uses: actions/checkout@v4
18+
- uses: crate-ci/[email protected]

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
*.gem
2-
.DS_Store
31
.bundle/
2+
.DS_Store
43
.idea/
54
.yardoc/
5+
*.gem
66
coverage/
77
doc/
88
node_modules/

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,55 +38,55 @@ GEM
3838
date (3.4.1)
3939
diff-lcs (1.6.1)
4040
docile (1.4.1)
41-
ffi (1.17.1-arm64-darwin)
42-
ffi (1.17.1-x64-mingw-ucrt)
43-
ffi (1.17.1-x86_64-linux-gnu)
44-
json (2.10.2)
41+
ffi (1.17.2-arm64-darwin)
42+
ffi (1.17.2-x64-mingw-ucrt)
43+
ffi (1.17.2-x86_64-linux-gnu)
44+
json (2.11.3)
4545
language_server-protocol (3.17.0.4)
4646
lint_roller (1.1.0)
4747
mini_mime (1.1.5)
4848
minitest (5.25.5)
4949
multi_test (1.1.0)
50-
parallel (1.26.3)
51-
parser (3.3.7.3)
50+
parallel (1.27.0)
51+
parser (3.3.8.0)
5252
ast (~> 2.4.1)
5353
racc
5454
prism (1.4.0)
55-
psych (5.2.3)
55+
psych (5.2.4)
5656
date
5757
stringio
5858
racc (1.8.1)
5959
rainbow (3.1.1)
6060
rake (13.2.1)
61-
rdoc (6.13.0)
61+
rdoc (6.13.1)
6262
psych (>= 4.0.0)
6363
regexp_parser (2.10.0)
64-
rubocop (1.75.1)
64+
rubocop (1.75.5)
6565
json (~> 2.3)
6666
language_server-protocol (~> 3.17.0.2)
6767
lint_roller (~> 1.1.0)
6868
parallel (~> 1.10)
6969
parser (>= 3.3.0.2)
7070
rainbow (>= 2.2.2, < 4.0)
7171
regexp_parser (>= 2.9.3, < 3.0)
72-
rubocop-ast (>= 1.43.0, < 2.0)
72+
rubocop-ast (>= 1.44.0, < 2.0)
7373
ruby-progressbar (~> 1.7)
7474
unicode-display_width (>= 2.4.0, < 4.0)
75-
rubocop-ast (1.43.0)
75+
rubocop-ast (1.44.1)
7676
parser (>= 3.3.7.2)
7777
prism (~> 1.4)
78-
rubocop-minitest (0.37.1)
78+
rubocop-minitest (0.38.0)
7979
lint_roller (~> 1.1)
80-
rubocop (>= 1.72.1, < 2.0)
80+
rubocop (>= 1.75.0, < 2.0)
8181
rubocop-ast (>= 1.38.0, < 2.0)
82-
rubocop-performance (1.24.0)
82+
rubocop-performance (1.25.0)
8383
lint_roller (~> 1.1)
84-
rubocop (>= 1.72.1, < 2.0)
84+
rubocop (>= 1.75.0, < 2.0)
8585
rubocop-ast (>= 1.38.0, < 2.0)
8686
rubocop-rake (0.7.1)
8787
lint_roller (~> 1.1)
8888
rubocop (>= 1.72.1)
89-
rubocop-rspec (3.5.0)
89+
rubocop-rspec (3.6.0)
9090
lint_roller (~> 1.1)
9191
rubocop (~> 1.72, >= 1.72.1)
9292
ruby-progressbar (1.13.0)
@@ -97,7 +97,7 @@ GEM
9797
simplecov-html (0.13.1)
9898
simplecov_json_formatter (0.1.4)
9999
slop (4.10.1)
100-
stringio (3.1.6)
100+
stringio (3.1.7)
101101
sys-uname (1.3.1)
102102
ffi (~> 1.1)
103103
unicode-display_width (3.1.4)

REUSE.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
".DS_Store",
8+
".gitattributes",
9+
".gitignore",
10+
".pdd",
711
"**.json",
812
"**.md",
913
"**.png",
1014
"**.txt",
15+
"**/.DS_Store",
16+
"**/.gitignore",
17+
"**/.pdd",
1118
"**/*.csv",
1219
"**/*.jpg",
1320
"**/*.json",
@@ -17,15 +24,8 @@ path = [
1724
"**/*.svg",
1825
"**/*.txt",
1926
"**/*.vm",
20-
"**/.DS_Store",
21-
"**/.gitignore",
22-
"**/.pdd",
2327
"**/CNAME",
2428
"**/Gemfile.lock",
25-
".DS_Store",
26-
".gitattributes",
27-
".gitignore",
28-
".pdd",
2929
"Gemfile.lock",
3030
"README.md",
3131
"renovate.json",

0 commit comments

Comments
 (0)