Add xml formatting CI test
Open
Nobody has claimed this yet.
type: dev environment
type: feature
- Dominant language
- C++
- Stars
- 287
- Forks
- 109
- Avg merge
- 4d 41m
- Merged PRs (30d)
- 5
Description
What is the requested feature?
In develop, there is now a make target that will format all of the files in the src and examples folder: make geosx_format_all_xml_files . Randy suggested incorporating this into a CI test.
Note: in order to build the formatting tools, the version of python used to configure the code needs to have the virtualenv package installed (which is pretty standard but not part of core). Alternately, we can build the tools off of a separate python distribution by setting a cmake variable (PYTHON_POST_EXECUTABLE).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.