Skip to content

Commit

Permalink
update version msg to include message type update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmichels committed Mar 18, 2016
1 parent 3a8b325 commit f0b74d1
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions messages/1.1.0.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
SublimeLinter-phpmd 1.1.0
---------------------------

This version adds support for declaring per-project linter executable files.

Example (*.sublime-project):
{
"SublimeLinter": {
"linters": {
"phpmd": {
"cmd": "${project}/vendor/bin/phpmd"
* Default message type to warning
* This version adds support for declaring per-project linter executable files.

Example (*.sublime-project):

{
"SublimeLinter": {
"linters": {
"phpmd": {
"cmd": "${project}/vendor/bin/phpmd"
}
}
}
}
}

0 comments on commit f0b74d1

Please sign in to comment.