aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-08-18 19:39:31 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-08-19 14:00:40 +0300
commit11b520feda966cafc12b9041bf455b7445774ed9 (patch)
tree81a1773370af11422176e5b80083338e69861dbd /run_project_tests.py
parent972535a6ac9fb1f9611c1b68293f7df88ec1b1f7 (diff)
downloadmeson-11b520feda966cafc12b9041bf455b7445774ed9.zip
meson-11b520feda966cafc12b9041bf455b7445774ed9.tar.gz
meson-11b520feda966cafc12b9041bf455b7445774ed9.tar.bz2
Scan markdown files for tabs.
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index a74037b..d3d43f2 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -653,6 +653,7 @@ def check_format():
'.py',
'.swift',
'.build',
+ '.md',
}
for (root, _, files) in os.walk('.'):
if '.dub' in root: # external deps are here