mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
ci(pre-commit): version bump typos hook + fix found typos
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
typos_version=1.45.2
|
||||
typos_version=1.50.0
|
||||
cargo install --root /usr/local --version "$typos_version" typos-cli
|
||||
|
||||
strip /usr/local/bin/typos
|
||||
|
||||
@@ -113,7 +113,7 @@ repos:
|
||||
|
||||
# NOTE See BUG https://github.com/crate-ci/typos/issues/390
|
||||
- repo: https://github.com/adhtruong/mirrors-typos
|
||||
rev: v1.48.0
|
||||
rev: v1.50.0
|
||||
hooks:
|
||||
- id: typos
|
||||
# NOTE Override hook's default args to prevent automatic
|
||||
|
||||
@@ -333,7 +333,7 @@ is stored in the CMake variable ``<PackageName>_CONFIG``.
|
||||
.. note::
|
||||
|
||||
Because CPS files are not permitted to have names that do *not* match the
|
||||
package name, specifying ``CONFIGS`` will suppress searcing for CPS files.
|
||||
package name, specifying ``CONFIGS`` will suppress searching for CPS files.
|
||||
|
||||
All configuration files which have been considered by CMake while
|
||||
searching for the package with an appropriate version are stored in the
|
||||
|
||||
Reference in New Issue
Block a user