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 d84b854 commit 9393476Copy full SHA for 9393476
languages/constraints/config.toml
@@ -1,5 +1,5 @@
1
name = "Python constraints"
2
grammar = "requirements"
3
-# FIXME path_suffixes does not support glob patterns
+# FIXME(dargor): path_suffixes does not support glob patterns
4
path_suffixes = ["constraints.txt"]
5
line_comments = ["# "]
languages/requirements/config.toml
name = "Python requirements"
path_suffixes = ["requirements.txt"]
0 commit comments