File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# XRLint Change History
22
3+ ## Version 0.3.0 (in development)
4+
5+
36## Version 0.2.0 (14.01.2025)
47
58- Rule description is now your ` RuleOp ` 's docstring
Original file line number Diff line number Diff line change 11# Rule Reference
22
3+ This page is auto-generated from XRLint's builtin rules (` python -m mkruleref ` ).
4+ New rules will be added by upcoming XRLint releases.
5+
36## Core Rules
47
58### :material-bug: ` coords-for-dims `
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ def write_rule_ref_page():
2121 xcube = xrlint .plugins .xcube .export_plugin ()
2222 with open ("docs/rule-ref.md" , "w" ) as stream :
2323 stream .write ("# Rule Reference\n \n " )
24+ stream .write (
25+ "This page is auto-generated from XRLint's builtin"
26+ " rules (`python -m mkruleref`).\n "
27+ "New rules will be added by upcoming XRLint releases.\n \n "
28+ )
2429 stream .write ("## Core Rules\n \n " )
2530 write_plugin_rules (stream , core )
2631 stream .write ("## xcube Rules\n \n " )
Original file line number Diff line number Diff line change 1- version = "0.2.0 "
1+ version = "0.3.0.dev0 "
You can’t perform that action at this time.
0 commit comments