Skip to content

Commit ddb1d5c

Browse files
committed
resolve conflicts
1 parent da1c887 commit ddb1d5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/plugins/core/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55

66
class ExportPluginTest(TestCase):
7-
87
def test_rules_complete(self):
98
plugin = export_plugin()
109
self.assertEqual(
1110
{
1211
"coords-for-dims",
1312
"dataset-title-attr",
13+
"flags",
1414
"grid-mappings",
1515
"lat-coordinate",
1616
"lon-coordinate",

xrlint/plugins/core/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def export_plugin() -> Plugin:
1414
"rules": {
1515
"coords-for-dims": "error",
1616
"dataset-title-attr": "warn",
17+
"flags": "error",
1718
"grid-mappings": "error",
1819
"lat-coordinate": "error",
1920
"lon-coordinate": "error",

0 commit comments

Comments
 (0)