Skip to content

Commit d8fea75

Browse files
authored
Merge pull request #36 from volodya-lombrozo/35-linter-errors
chore(#35): Fix typo in docs and update config files
2 parents 4dcd24b + aa25a12 commit d8fea75

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

.github/typos.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2021-2025 Yegor Bugayenko
2+
# SPDX-License-Identifier: MIT
3+
4+
[default]
5+
extend-ignore-identifiers-re = [
6+
"repositor", # valid literal, for example 'repositor + ies/y'
7+
]
8+

.github/workflows/typos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: crate-ci/[email protected]
20+
with:
21+
config: ./.github/typos.toml

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Gemfile.lock
1010
node_modules/
1111
rdoc/
1212
vendor/
13+
.aidy/

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "tzinfo-data", platforms: [:x64_mingw, :mingw, :mswin]
1818
# It is possible that you'll bump into some problems while setting up Ruby and Bundler,
1919
# for example `TZInfo::DataSourceNotFound` while attempting to connect
2020
# to a server (if you're a Windows user). This happens because TZInfo needs to
21-
# get a sourse of timezone data on your computer, but it fails. On many Unix-based
21+
# get a source of timezone data on your computer, but it fails. On many Unix-based
2222
# systems (e.g. Linux), TZInfo is able to use the system zoneinfo directory
2323
# as a source of data. However, Windows doesn't include such a directory,
2424
# so the 'tzinfo-data' gem needs to be installed instead. The 'tzinfo-data' gem

0 commit comments

Comments
 (0)