Skip to content

Commit 2a8ddcc

Browse files
committedSep 25, 2017
Do not spell check poly2tri sources
1 parent d5d6372 commit 2a8ddcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎scripts/spell_check/.agignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ src/app/gps/qwtpolar-1.0/
1414
src/app/gps/qwtpolar-1.1.1/
1515
src/core/pal
1616
src/plugins/grass/qtermwidget/
17-
17+
src/3d/poly2tri/
1818

1919

2020
#Extensions

‎scripts/spell_check/check_spelling.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# fi
2424

2525
# extensions or files that should be excluded from file list if :% is appended in the spelling.dat file
26-
EXCLUDE_SCRIPT_LIST='(\.(xml|svg|sip|t2t|pl|sh|qgs|badquote|cmake(\.in)?)|^(debian/copyright|cmake_templates/.*|INSTALL|NEWS|tests/testdata/labeling/README.rst|tests/testdata/font/QGIS-Vera/COPYRIGHT.TXT|doc/(news|INSTALL)\.html)|src/3d/poly2tri/.*)$'
26+
EXCLUDE_SCRIPT_LIST='(\.(xml|svg|sip|t2t|pl|sh|qgs|badquote|cmake(\.in)?)|^(debian/copyright|cmake_templates/.*|INSTALL|NEWS|tests/testdata/labeling/README.rst|tests/testdata/font/QGIS-Vera/COPYRIGHT.TXT|doc/(news|INSTALL)\.html))$'
2727

2828
DIR=$(git rev-parse --show-toplevel)/scripts/spell_check
2929

0 commit comments

Comments
 (0)