.editorconfig: code style guidelines for text editors
[rnaseq-cwl-training.git] / bin / lesson_check.py
index b728dcb928e7c8e654c32d74fa0c8017859fadd9..84c28f37c5300fea1e065f1be06196b60cc4db7f 100755 (executable)
@@ -102,6 +102,7 @@ BREAK_METADATA_FIELDS = {
 }
 
 # How long are lines allowed to be?
+# Please keep this in sync with .editorconfig!
 MAX_LINE_LEN = 100