Skip to content

Commit e6bbaac

Browse files
committed
preparing v0.2.0
1 parent 4afa123 commit e6bbaac

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
derived `MappingConstructible` which greatly simplify
1414
flexible instantiation of XRLint's configuration objects
1515
and their children from Python and JSON/YAML values.
16-
- Make all docstrings comply to google-style.
16+
- Made all docstrings comply to google-style.
1717

1818
## Version 0.1.0 (09.01.2025)
1919

docs/todo.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
## Desired
1212

1313
- project logo
14-
- if configuration for given FILE is empty,
15-
report an error, see TODO in CLI main tests
16-
- use `RuleMeta.docs_url` in formatters to create links
17-
- implement xarray backend for xcube 'levels' format
18-
so can validate them too
14+
- support validating xcube 'levels' format. Options:
15+
- implement xarray backend so we can open them using `xr.open_dataset`
16+
with `opener_options: {"engine": "xc-levels"}`.
17+
- implement a `xrlint.processor.Processor` for that purpose.
1918
- add some more tests so we reach 99% coverage
2019
- support rule op args/kwargs schema validation
2120
- Support `RuleTest.expected`, it is currently unused

0 commit comments

Comments
 (0)