Skip to content

Commit

Permalink
rubocop!
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Aug 24, 2023
1 parent 4f97873 commit 6671d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jshint/lint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ def javascript_files
# I am skipping them via this terrible way because I can't get JSHint exclude_paths to work.
# They should be fixed to pass jshint!
files_to_skip = [ 'user_pulse.js', 'tour.js' ]

# This file is a copied from node_modules/ace-builds to make Ace happy, so ignore
files_to_skip << 'mode-json.js'

js_asset_files = []
file_paths.each do |path|
Dir.glob(path) do |file|
Expand Down

0 comments on commit 6671d7d

Please sign in to comment.