We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1c887 commit ddb1d5cCopy full SHA for ddb1d5c
tests/plugins/core/test_plugin.py
@@ -4,13 +4,13 @@
4
5
6
class ExportPluginTest(TestCase):
7
-
8
def test_rules_complete(self):
9
plugin = export_plugin()
10
self.assertEqual(
11
{
12
"coords-for-dims",
13
"dataset-title-attr",
+ "flags",
14
"grid-mappings",
15
"lat-coordinate",
16
"lon-coordinate",
xrlint/plugins/core/__init__.py
@@ -14,6 +14,7 @@ def export_plugin() -> Plugin:
"rules": {
"coords-for-dims": "error",
"dataset-title-attr": "warn",
17
+ "flags": "error",
18
"grid-mappings": "error",
19
"lat-coordinate": "error",
20
"lon-coordinate": "error",
0 commit comments