You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enables the loading of plugins via entry points. This should enable libraries to install and advertise their own plugins without requiring as much user configuration.
Closes#69
Copy file name to clipboardExpand all lines: docs/start.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,12 @@ rule configurations:
66
66
67
67
You can add rules from plugins as well:
68
68
69
+
!!! note inline end "Built in and auto-loading plugins"
70
+
71
+
The included plugins (such as `xcube` in the example configs here) and those from external libraries that are findable via [entry points](https://setuptools.pypa.io/en/latest/userguide/entry_point.html) do not need to be explicitly loaded.
72
+
73
+
Run `xrlint --print-config <dataset>` to view the loaded plugins and configured rules.
0 commit comments