LICENSE
README.md
pyproject.toml
examples/__init__.py
examples/plugin_config.py
examples/rule_testing.py
examples/virtual_plugin_config.py
notebooks/mkdataset.py
tests/test_all.py
tests/test_config.py
tests/test_constants.py
tests/test_examples.py
tests/test_formatter.py
tests/test_formatters.py
tests/test_linter.py
tests/test_node.py
tests/test_plugin.py
tests/test_processor.py
tests/test_result.py
tests/test_rule.py
tests/test_testing.py
tests/_linter/__init__.py
tests/_linter/test_rulectx.py
tests/cli/__init__.py
tests/cli/helpers.py
tests/cli/test_config.py
tests/cli/test_main.py
tests/cli/configs/recommended.py
tests/formatters/__init__.py
tests/formatters/helpers.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_grid_mappings.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_any_spatial_data_var.py
tests/plugins/xcube/rules/test_cube_dims_order.py
tests/plugins/xcube/rules/test_data_var_colors.py
tests/plugins/xcube/rules/test_grid_mapping_naming.py
tests/plugins/xcube/rules/test_increasing_time.py
tests/plugins/xcube/rules/test_lat_lon_naming.py
tests/plugins/xcube/rules/test_single_grid_mapping.py
tests/util/__init__.py
tests/util/test_codec.py
tests/util/test_filefilter.py
tests/util/test_filepattern.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/apply.py
xrlint/_linter/rulectx.py
xrlint/_linter/verify.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/grid_mappings.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/constants.py
xrlint/plugins/xcube/util.py
xrlint/plugins/xcube/rules/__init__.py
xrlint/plugins/xcube/rules/any_spatial_data_var.py
xrlint/plugins/xcube/rules/cube_dims_order.py
xrlint/plugins/xcube/rules/data_var_colors.py
xrlint/plugins/xcube/rules/grid_mapping_naming.py
xrlint/plugins/xcube/rules/increasing_time.py
xrlint/plugins/xcube/rules/lat_lon_naming.py
xrlint/plugins/xcube/rules/single_grid_mapping.py
xrlint/util/__init__.py
xrlint/util/codec.py
xrlint/util/filefilter.py
xrlint/util/filepattern.py
xrlint/util/formatting.py
xrlint/util/importutil.py
xrlint/util/merge.py
xrlint/util/naming.py
xrlint/util/schema.py