mongo/buildscripts/iwyu/test/basic/test_config.yml
Alex Neben b665258d9d SERVER-88970 Added yaml formatting to server repo
GitOrigin-RevId: 35db3811d8f749edd5b79ba910adcbc1ceb54cc4
2024-04-06 05:23:20 +00:00

26 lines
582 B
YAML

# options passed to IWYU
iwyu_options:
- "--max_line_length=100"
- "--no_fwd_decls"
- "--prefix_header_includes=add"
- "--transitive_includes_only"
# options passed to the fix script
fix_options:
- "--blank_lines"
- "--nocomments"
- "--noreorder"
- "--safe_headers"
# filename regex to swap no_include in place
# quotes and brackets not included quotes are always assumed
# since this is targeting IWYU added headers
no_includes:
# prefixes (non regex) to skip
skip_files:
# regex file paths to add keep pragma
# include quotes are angle brackets
keep_includes: