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 e83a0f7 commit 61ba30cCopy full SHA for 61ba30c
policy.py
@@ -0,0 +1,5 @@
1
+def check(entry, database):
2
+ if len(entry["ID"]) == 0:
3
+ return (False, "Citation key must be longer than 0 characters.")
4
+
5
+ return (True, None)
0 commit comments