LICENSE
README.md
pyproject.toml
tests/test_all.py
tests/test_config.py
tests/test_constants.py
tests/test_formatter.py
tests/test_formatters.py
tests/test_linter.py
tests/test_plugin.py
tests/test_result.py
tests/test_rule.py
tests/test_testing.py
tests/_linter/__init__.py
tests/_linter/test_rule_ctx_impl.py
tests/cli/__init__.py
tests/cli/test_config.py
tests/cli/test_main.py
tests/formatters/__init__.py
tests/formatters/test_html.py
tests/formatters/test_json.py
tests/formatters/test_markdown.py
tests/formatters/test_simple.py
tests/plugins/__init__.py
tests/plugins/core/__init__.py
tests/plugins/core/test_plugin.py
tests/plugins/core/rules/__init__.py
tests/plugins/core/rules/test_coords_for_dims.py
tests/plugins/core/rules/test_dataset_title_attr.py
tests/plugins/core/rules/test_no_empty_attrs.py
tests/plugins/core/rules/test_var_units_attr.py
tests/plugins/xcube/__init__.py
tests/plugins/xcube/test_plugin.py
tests/plugins/xcube/rules/__init__.py
tests/plugins/xcube/rules/test_spatial_dims_order.py
tests/util/__init__.py
tests/util/test_formatting.py
tests/util/test_importutil.py
tests/util/test_merge.py
tests/util/test_naming.py
tests/util/test_schema.py
tests/util/test_importutil_pkg/__init__.py
tests/util/test_importutil_pkg/module1.py
tests/util/test_importutil_pkg/module2/__init__.py
xrlint/__init__.py
xrlint/all.py
xrlint/config.py
xrlint/constants.py
xrlint/formatter.py
xrlint/linter.py
xrlint/node.py
xrlint/plugin.py
xrlint/processor.py
xrlint/result.py
xrlint/rule.py
xrlint/testing.py
xrlint/version.py
xrlint.egg-info/PKG-INFO
xrlint.egg-info/SOURCES.txt
xrlint.egg-info/dependency_links.txt
xrlint.egg-info/entry_points.txt
xrlint.egg-info/requires.txt
xrlint.egg-info/top_level.txt
xrlint/_linter/__init__.py
xrlint/_linter/rule_ctx_impl.py
xrlint/_linter/verify_impl.py
xrlint/cli/__init__.py
xrlint/cli/config.py
xrlint/cli/constants.py
xrlint/cli/engine.py
xrlint/cli/main.py
xrlint/formatters/__init__.py
xrlint/formatters/html.py
xrlint/formatters/json.py
xrlint/formatters/markdown.py
xrlint/formatters/simple.py
xrlint/plugins/__init__.py
xrlint/plugins/core/__init__.py
xrlint/plugins/core/rules/__init__.py
xrlint/plugins/core/rules/coords_for_dims.py
xrlint/plugins/core/rules/dataset_title_attr.py
xrlint/plugins/core/rules/no_empty_attrs.py
xrlint/plugins/core/rules/var_units_attr.py
xrlint/plugins/xcube/__init__.py
xrlint/plugins/xcube/rules/__init__.py
xrlint/plugins/xcube/rules/spatial_dims_order.py
xrlint/util/__init__.py
xrlint/util/formatting.py
xrlint/util/importutil.py
xrlint/util/merge.py
xrlint/util/naming.py
xrlint/util/schema.py
xrlint/util/todict.py