aboutsummaryrefslogtreecommitdiff
path: root/run_format_tests.py
diff options
context:
space:
mode:
authorCharles Brunet <charles.brunet@optelgroup.com>2023-09-15 10:19:02 -0400
committerDylan Baker <dylan@pnwbakers.com>2024-04-08 10:43:57 -0700
commit2b37101998c82b8c4d3985d9b0695be38ec4cf76 (patch)
tree1768a7bb40fd5ceab99dd0c10899051049d282ea /run_format_tests.py
parentbd4fd9073081bcc9f4505b9604c5cb1e8cdc300f (diff)
downloadmeson-2b37101998c82b8c4d3985d9b0695be38ec4cf76.zip
meson-2b37101998c82b8c4d3985d9b0695be38ec4cf76.tar.gz
meson-2b37101998c82b8c4d3985d9b0695be38ec4cf76.tar.bz2
meson format command
Diffstat (limited to 'run_format_tests.py')
-rwxr-xr-xrun_format_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_format_tests.py b/run_format_tests.py
index 9be8549..719b76b 100755
--- a/run_format_tests.py
+++ b/run_format_tests.py
@@ -52,6 +52,7 @@ def check_format() -> None:
'.eggs', '_cache', # e.g. .mypy_cache
'venv', # virtualenvs have DOS line endings
'120 rewrite', # we explicitly test for tab in meson.build file
+ '3 editorconfig',
}
for (root, _, filenames) in os.walk('.'):
if any([x in root for x in skip_dirs]):