Skip to content

Commit

Permalink
Fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischo committed Jun 2, 2023
1 parent 3d0f194 commit 2f39674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pronto/eslint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def new_message(offence, line, commit_sha)
message = offence['message']
message = "#{offence['ruleId']}: #{message}" if offence['ruleId']

Message.new(path, line, level, offence['message'], commit_sha, self.class)
Message.new(path, line, level, message, commit_sha, self.class)
end

def js_file?(path)
Expand Down

0 comments on commit 2f39674

Please sign in to comment.