Skip to content

Commit

Permalink
Revert mistaken change
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyE123 committed Jun 16, 2024
1 parent 014db78 commit eec77f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions megalinter/descriptors/xml.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ descriptor_flavors:
- cupcake
file_extensions:
- ".xml"
- ".xsd"
linters:
# XML LINT
- class: XmlLintLinter
Expand All @@ -28,8 +27,8 @@ linters:
cli_help_arg_name: "--help"
help_command_return_code: 1
examples:
- "xmllint myXMLfile.xml"
- "xmllint --format myXMLfile.xml --output myXSDfile.xsd"
- "xmllint myfile.xml"
- "xmllint --format myfile.xml --output myfile.xml"
install:
apk:
- libc-dev
Expand Down

0 comments on commit eec77f2

Please sign in to comment.