1+ {
2+ "source_dirs": [
3+ "src/",
4+ "src/common/",
5+ "src/simulation/",
6+ "src/pre_process/",
7+ "src/post_process/"
8+ ],
9+ "excl_paths": [
10+ "benchmarks/",
11+ "examples/",
12+ "tests/",
13+ "misc/",
14+ "src/pre_process/include/2dHardcodedIC.fpp",
15+ "src/pre_process/include/3dHardcodedIC.fpp",
16+ "src/pre_process/include/ExtrusionHardcodedIC.fpp",
17+ "**/m_nvtx*",
18+ "**/syscheck.fpp"
19+ ],
20+ "include_dirs": [
21+ "src/common/include/",
22+ "src/simulation/include/",
23+ "src/pre_process/include/",
24+ "src/post_process/include/"
25+ ],
26+ "pp_suffixes": [".fpp"],
27+ "pp_defs": {
28+ "MFC": 1,
29+ "MFC_DOUBLE_PRECISION": 1
30+ },
31+ "lowercase_intrinsics": true,
32+ "debug_log": true,
33+ "disable_diagnostics": false,
34+ "use_signature_help": true,
35+ "variable_hover": true,
36+ "hover_signature": true,
37+ "enable_code_actions": true,
38+ "mod_dirs": [
39+ "build/pre_process/",
40+ "build/simulation/",
41+ "build/post_process/",
42+ "build/common/"
43+ ],
44+ "ext_mod_dirs": [
45+ "/usr/include/",
46+ "/usr/local/include/",
47+ "/opt/homebrew/include/"
48+ ],
49+ "implicit_external_mods": [
50+ "mpi",
51+ "m_thermochem",
52+ "m_variables_conversion",
53+ "hipfort",
54+ "hipfort_check",
55+ "hipfort_hipfft",
56+ "cutensorex",
57+ "silo_f9x",
58+ "m_model"
59+ ],
60+ "disable_diagnostics_for_external_modules": true,
61+ "max_line_length": -1,
62+ "max_comment_line_length": -1,
63+ "symbol_skip_mem": [
64+ "mpi_*"
65+ ],
66+ "disable_var_diagnostics": false,
67+ "disable_fypp": false,
68+ "fypp_strict": false,
69+ "error_suppression_list": [
70+ "include-not-found",
71+ "mod-not-found",
72+ "module-not-found",
73+ "declared-twice",
74+ "no-matching-declaration",
75+ "invalid-parent",
76+ "parsing-error",
77+ "fypp-error",
78+ "preprocessor-error",
79+ "implicit-type"
80+ ],
81+ "incremental_sync": false,
82+ "debug_parser": false,
83+ "skip_parse_errors": true,
84+ "disable_parser": [
85+ "src/post_process/m_data_output.fpp",
86+ "src/pre_process/include/ExtrusionHardcodedIC.fpp",
87+ "src/pre_process/m_checker.fpp",
88+ "src/pre_process/include/2dHardcodedIC.fpp",
89+ "src/pre_process/include/3dHardcodedIC.fpp",
90+ "src/simulation/m_qbmm.fpp",
91+ "src/common/m_variables_conversion.fpp",
92+ "src/simulation/m_global_parameters.fpp",
93+ "**/m_nvtx*",
94+ "**/syscheck.fpp"
95+ ]
96+ }
0 commit comments