summaryrefslogtreecommitdiff
path: root/run_format_tests.py
diff options
context:
space:
mode:
authorCharles Brunet <charles.brunet@optelgroup.com>2023-08-23 12:46:18 -0400
committerCharles Brunet <charles.brunet@optelgroup.com>2023-09-11 07:51:19 -0400
commitd3a26d158e4607ce677404920ad72508eb6f9de2 (patch)
treeb18371d52fa3e09e468099168a94abefdc345aa5 /run_format_tests.py
parent6a18ae48b33c345185a8eda49e93adb1fb4594a9 (diff)
downloadmeson-d3a26d158e4607ce677404920ad72508eb6f9de2.tar.gz
raw printer
this printer preserves all whitespaces and comments in original meson.build file. It will be useful for rewrite and potential auto-formatter
Diffstat (limited to 'run_format_tests.py')
-rw-r--r--run_format_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_format_tests.py b/run_format_tests.py
index 1f41f3d10..1bf997ccc 100644
--- a/run_format_tests.py
+++ b/run_format_tests.py
@@ -63,6 +63,7 @@ def check_format() -> None:
'work area',
'.eggs', '_cache', # e.g. .mypy_cache
'venv', # virtualenvs have DOS line endings
+ '118 rewrite', # we explicitly test for tab in meson.build file
}
for (root, _, filenames) in os.walk('.'):
if any([x in root for x in skip_dirs]):