mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
Merge topic 'improve-codespell'
7cc114601acodespell: Prune ignore listd197474083codespell: Ignore test output regexes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !11388
This commit is contained in:
@@ -20,15 +20,15 @@ skip =
|
||||
Tests/StringFileTest/test.utf8,
|
||||
Utilities/cm*,
|
||||
*.pfx,
|
||||
*-stdout.txt,
|
||||
*-stderr.txt
|
||||
|
||||
# noqa: spellcheck off
|
||||
ignore-words-list =
|
||||
abd,
|
||||
aci,
|
||||
ags,
|
||||
ake,
|
||||
ans,
|
||||
ba,
|
||||
ccompiler,
|
||||
cconfiguration,
|
||||
certi,
|
||||
@@ -42,9 +42,6 @@ ignore-words-list =
|
||||
filetest,
|
||||
fo,
|
||||
helpfull,
|
||||
hiden,
|
||||
isnt,
|
||||
keypair,
|
||||
nd,
|
||||
ned,
|
||||
nin,
|
||||
@@ -55,7 +52,6 @@ ignore-words-list =
|
||||
seh,
|
||||
ser,
|
||||
te,
|
||||
upto,
|
||||
varn,
|
||||
vas,
|
||||
wee,
|
||||
|
||||
@@ -5,4 +5,4 @@ set(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN "-fvisibility-inlines-hi
|
||||
set(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY "-fvisibility=")
|
||||
|
||||
add_library(visibility_preset SHARED lib.cpp)
|
||||
set_property(TARGET visibility_preset PROPERTY CXX_VISIBILITY_PRESET hiden)
|
||||
set_property(TARGET visibility_preset PROPERTY CXX_VISIBILITY_PRESET hiden) # codespell:ignore hiden
|
||||
|
||||
Reference in New Issue
Block a user