Skip to content

Commit

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

0 comments on commit 014db78

Please sign in to comment.