mirror of
https://github.com/curl/curl.git
synced 2026-05-18 02:46:30 +03:00
tidy-up: miscellaneous
- gnutls, mbedtls: fix casing in log messages. - src/tool_cfgable.h: drop unused header. - appveyor.sh: variable style. - cmakelint.sh: sync with libssh2, catch `.cmake.in` explicitly. - examples: drop obsolete comments, exclamation marks. - fix comment typos, casing. Closes #19839
This commit is contained in:
parent
0476e4fc65
commit
dfd781ff62
11 changed files with 28 additions and 34 deletions
|
|
@ -52,7 +52,7 @@ cd "$(dirname "$0")"/..
|
|||
# strip off the leading ./ to make the grep regexes work properly
|
||||
find . -type f | sed 's@^\./@@'
|
||||
fi
|
||||
} | grep -E '(^CMake|/CMake|\.cmake$)' | grep -v -E '(\.h\.cmake|\.c)$' \
|
||||
} | grep -E '(^CMake|/CMake|\.cmake$|\.cmake\.in$)' | grep -v -E '(\.h\.cmake|\.c)$' \
|
||||
| xargs \
|
||||
cmake-lint \
|
||||
--suppress-decorations \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue