Skip to content

Commit 80d63dd

Browse files
jstuckeeuwint
authored andcommitted
fix: add missing js file type to linter plugin
1 parent 42241fb commit 80d63dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/analysis/linter/code/source_code_analysis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ def __init__(self):
6666
metadata=AnalysisPluginV0.MetaData(
6767
name='source_code_analysis',
6868
description='This plugin implements static code analysis for multiple scripting languages',
69-
version=Version(0, 7, 2),
69+
version=Version(0, 7, 3),
7070
Schema=AnalysisPlugin.Schema,
71-
mime_whitelist=['text/'],
71+
mime_whitelist=['text/', 'application/javascript'],
7272
),
7373
)
7474

0 commit comments

Comments
 (0)