From 7ec996c60dc6f96744059df9f15bc730679127ce Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 23 Apr 2020 09:03:56 -0500 Subject: [PATCH] adding xml --- docs/disabling-linters.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index 76d40304..53007e51 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -195,10 +195,19 @@ Here is more data -------------------------------------------------------------------------------- ## XML +- [XML](http://xmlsoft.org/) + ### LibXML Config file +- There is no top level *configuration file* available at this time + ### LibXML disable single line +- There is currently **No** way to disable rules inline of the file(s) + ### LibXML disable code block +- There is currently **No** way to disable rules inline of the file(s) + ### LibXML disable entire file +- There is currently **No** way to disable rules inline of the file(s) --------------------------------------------------------------------------------