Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 585 Bytes

File metadata and controls

18 lines (12 loc) · 585 Bytes

Check redundancy

Checks for redundant attribute definitions in XML files, such as those that duplicate default values or are otherwise unnecessary.

This tool scans XML files in the specified directory and reports attributes that are defined but do not differ from their defaults, helping to clean up and simplify XML configurations.

Example

geos-xml-tools redundancy -r /path/to/geos/root
.. argparse::
   :module: geos.xml_tools.command_line_parsers
   :func: build_xml_redundancy_input_parser
   :prog: check_xml_redundancy