Skip to content

Commit

Permalink
diff extractor supports js
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfaller committed Mar 25, 2019
1 parent 27be2a2 commit aaa506e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/analysis/diff_extractor.rb
Expand Up @@ -21,7 +21,7 @@
class DiffExtractor < Diggit::Analysis
require_addons 'out'

ALLOWED_EXTENSIONS = ['.java', '.rb'].freeze
ALLOWED_EXTENSIONS = ['.java', '.rb', '.js'].freeze

def initialize(options)
super(options)
Expand Down

0 comments on commit aaa506e

Please sign in to comment.