Skip to content

Commit fcf8df3

Browse files
committed
fix(spell): clean up all spelling issues
1 parent dde6201 commit fcf8df3

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.codespell-exclude-file

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"Juli Gallup",
33
"Version": "LAF"
44
"Version": "LAF"
5-
MOT_SPIN_MIN,0.13 # since hover thst is around 18.
65
datas= [],
76
ardupilot_methodic_configuratorAny.datas,

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
# Optional: specify a codespell configuration file
3333
# codespell_args: --config .codespellrc
3434
# Optional: specify a list of words to ignore
35-
ignore_words_list: SITL,PARM,parm,NED,THST
35+
ignore_words_list: SITL,PARM,parm,NED,THST,intoto
3636
exclude_file: .codespell-exclude-file

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ SPDX-FileCopyrightText = "2024-2025 Amilcar Lucas"
5858
SPDX-License-Identifier = "GPL-3.0-or-later"
5959

6060
[[annotations]]
61-
path = ["uv.lock"]
61+
path = ["uv.lock", ".codespell-exclude-file"]
6262
SPDX-FileCopyrightText = "2024-2025 Amilcar Lucas"
6363
SPDX-License-Identifier = "GPL-3.0-or-later"
6464

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MOT_SPIN_ARM,0.1 # lower than spin min
22
MOT_SPIN_MAX,0.9 # as per previous drone setup similar specs
3-
MOT_SPIN_MIN,0.13 # since hover thst is around 18.
3+
MOT_SPIN_MIN,0.13 # MOT_SPIN_ARM + 0.03 and smaller than MOT_THST_HOVER (0.18)
44
MOT_THST_EXPO,0.75 # as per previous drone setup similar specs

0 commit comments

Comments
 (0)