diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-08-18 19:39:31 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-08-19 14:00:40 +0300 |
| commit | 11b520feda966cafc12b9041bf455b7445774ed9 (patch) | |
| tree | 81a1773370af11422176e5b80083338e69861dbd /run_project_tests.py | |
| parent | 972535a6ac9fb1f9611c1b68293f7df88ec1b1f7 (diff) | |
| download | meson-11b520feda966cafc12b9041bf455b7445774ed9.tar.gz | |
Scan markdown files for tabs.
Diffstat (limited to 'run_project_tests.py')
| -rwxr-xr-x | run_project_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index a74037bfb..d3d43f216 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 |
