Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from stephanebachelier/jscs-1.6
Browse files Browse the repository at this point in the history
feat(message): use the new formatMessage
  • Loading branch information
Maxime Tyler committed Feb 17, 2015
2 parents d6cfae9 + 8f6661a commit de1df28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/linter-jscs.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ class LinterJscs extends Linter
@cmd = "#{@cmd} -c #{@config}" if @config
@cmd = "#{@cmd} -p #{@preset}" if @preset and not @config

formatMessage: (match) ->
match.message

destroy: ->
atom.config.unobserve 'linter-jscs.jscsExecutablePath'
atom.config.unobserve 'linter-jscs.preset'
Expand Down

0 comments on commit de1df28

Please sign in to comment.