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 3570c48 commit b2911eeCopy full SHA for b2911ee
1 file changed
src/bugmon/evaluator_configs/js.py
@@ -14,7 +14,7 @@
14
class JSConfiguration(BugConfiguration):
15
"""Simple Browser Evaluator Configuration"""
16
17
- ALLOWED = ("*.js", "*")
+ ALLOWED = ("*.js",)
18
19
def __init__(self, build_flags: BuildFlags, evaluator: JSEvaluator):
20
super().__init__(build_flags, evaluator)
0 commit comments