Skip to content

Commit 6d2da4b

Browse files
committed
typos
1 parent edbe2e9 commit 6d2da4b

File tree

4 files changed

+51
-33
lines changed

4 files changed

+51
-33
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/typos@v1.32.0

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
*.gem
2-
.DS_Store
31
.bundle/
42
.bundle/**/*
3+
.DS_Store
54
.idea/
65
.idea/**/*
76
.yardoc/
7+
*.gem
88
coverage/
99
coverage/**/*
1010
doc/

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -49,70 +49,70 @@ GEM
4949
diff-lcs (1.6.1)
5050
differ (0.1.2)
5151
docile (1.4.1)
52-
ffi (1.17.1-arm64-darwin)
53-
ffi (1.17.1-x64-mingw-ucrt)
54-
ffi (1.17.1-x86_64-linux-gnu)
55-
json (2.10.2)
52+
ffi (1.17.2-arm64-darwin)
53+
ffi (1.17.2-x64-mingw-ucrt)
54+
ffi (1.17.2-x86_64-linux-gnu)
55+
json (2.11.3)
5656
language_server-protocol (3.17.0.4)
5757
lint_roller (1.1.0)
5858
logger (1.7.0)
5959
mime-types (3.6.2)
6060
logger
6161
mime-types-data (~> 3.2015)
62-
mime-types-data (3.2025.0325)
62+
mime-types-data (3.2025.0429)
6363
minitest (5.25.5)
6464
multi_test (1.1.0)
65-
nokogiri (1.18.6-arm64-darwin)
65+
nokogiri (1.18.8-arm64-darwin)
6666
racc (~> 1.4)
67-
nokogiri (1.18.6-x64-mingw-ucrt)
67+
nokogiri (1.18.8-x64-mingw-ucrt)
6868
racc (~> 1.4)
69-
nokogiri (1.18.6-x86_64-linux-gnu)
69+
nokogiri (1.18.8-x86_64-linux-gnu)
7070
racc (~> 1.4)
71-
parallel (1.26.3)
72-
parser (3.3.7.3)
71+
parallel (1.27.0)
72+
parser (3.3.8.0)
7373
ast (~> 2.4.1)
7474
racc
7575
prism (1.4.0)
76-
psych (5.2.3)
76+
psych (5.2.4)
7777
date
7878
stringio
7979
racc (1.8.1)
8080
rainbow (3.1.1)
8181
rake (13.2.1)
82-
rdoc (6.13.0)
82+
rdoc (6.13.1)
8383
psych (>= 4.0.0)
8484
regexp_parser (2.10.0)
8585
rexml (3.4.1)
86-
rspec-expectations (3.13.3)
86+
rspec-expectations (3.13.4)
8787
diff-lcs (>= 1.2.0, < 2.0)
8888
rspec-support (~> 3.13.0)
89-
rspec-support (3.13.2)
90-
rubocop (1.75.1)
89+
rspec-support (3.13.3)
90+
rubocop (1.75.5)
9191
json (~> 2.3)
9292
language_server-protocol (~> 3.17.0.2)
9393
lint_roller (~> 1.1.0)
9494
parallel (~> 1.10)
9595
parser (>= 3.3.0.2)
9696
rainbow (>= 2.2.2, < 4.0)
9797
regexp_parser (>= 2.9.3, < 3.0)
98-
rubocop-ast (>= 1.43.0, < 2.0)
98+
rubocop-ast (>= 1.44.0, < 2.0)
9999
ruby-progressbar (~> 1.7)
100100
unicode-display_width (>= 2.4.0, < 4.0)
101-
rubocop-ast (1.43.0)
101+
rubocop-ast (1.44.1)
102102
parser (>= 3.3.7.2)
103103
prism (~> 1.4)
104-
rubocop-minitest (0.37.1)
104+
rubocop-minitest (0.38.0)
105105
lint_roller (~> 1.1)
106-
rubocop (>= 1.72.1, < 2.0)
106+
rubocop (>= 1.75.0, < 2.0)
107107
rubocop-ast (>= 1.38.0, < 2.0)
108-
rubocop-performance (1.24.0)
108+
rubocop-performance (1.25.0)
109109
lint_roller (~> 1.1)
110-
rubocop (>= 1.72.1, < 2.0)
110+
rubocop (>= 1.75.0, < 2.0)
111111
rubocop-ast (>= 1.38.0, < 2.0)
112112
rubocop-rake (0.7.1)
113113
lint_roller (~> 1.1)
114114
rubocop (>= 1.72.1)
115-
rubocop-rspec (3.5.0)
115+
rubocop-rspec (3.6.0)
116116
lint_roller (~> 1.1)
117117
rubocop (~> 1.72, >= 1.72.1)
118118
ruby-filemagic (0.7.3)
@@ -127,7 +127,7 @@ GEM
127127
simplecov-html (0.13.1)
128128
simplecov_json_formatter (0.1.4)
129129
slop (4.10.1)
130-
stringio (3.1.6)
130+
stringio (3.1.7)
131131
sys-uname (1.3.1)
132132
ffi (~> 1.1)
133133
thor (1.3.2)

REUSE.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
".DS_Store",
8+
".gitattributes",
9+
".gitignore",
10+
".overcommit.yml",
11+
".pdd",
712
"**.ico",
813
"**.jpg",
914
"**.json",
@@ -12,6 +17,9 @@ path = [
1217
"**.png",
1318
"**.txt",
1419
"**.woff",
20+
"**/.DS_Store",
21+
"**/.gitignore",
22+
"**/.pdd",
1523
"**/*.csv",
1624
"**/*.jpg",
1725
"**/*.json",
@@ -21,17 +29,9 @@ path = [
2129
"**/*.svg",
2230
"**/*.txt",
2331
"**/*.vm",
24-
"**/.DS_Store",
25-
"**/.gitignore",
26-
"**/.pdd",
2732
"**/CITATION.cff",
2833
"**/CNAME",
2934
"**/Gemfile.lock",
30-
".DS_Store",
31-
".gitattributes",
32-
".gitignore",
33-
".overcommit.yml",
34-
".pdd",
3535
"CITATION.cff",
3636
"Gemfile.lock",
3737
"README.md",

0 commit comments

Comments
 (0)