Skip to content

Commit 0bc3c29

Browse files
committed
exclude test data from astyling
1 parent b9162dc commit 0bc3c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/astyle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ astyleit() {
7272

7373
for f in "$@"; do
7474
case "$f" in
75-
src/app/gps/qwtpolar-*|src/core/gps/qextserialport/*|src/plugins/grass/qtermwidget/*|src/astyle/*|python/ext-libs/*|src/providers/spatialite/qspatialite/*|src/plugins/globe/osgEarthQt/*|src/plugins/globe/osgEarthUtil/*|python/ext-libs/*|*/ui_*.py)
75+
src/app/gps/qwtpolar-*|src/core/gps/qextserialport/*|src/plugins/grass/qtermwidget/*|src/astyle/*|python/ext-libs/*|src/providers/spatialite/qspatialite/*|src/plugins/globe/osgEarthQt/*|src/plugins/globe/osgEarthUtil/*|python/ext-libs/*|*/ui_*.py|*.astyle|tests/testdata/*)
7676
echo -ne "$f skipped $elcr"
7777
continue
7878
;;

0 commit comments

Comments
 (0)