-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Invert default disable_if_not_dependency setting (#33)
- Loading branch information
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
SublimeLinter-contrib-standard | ||
------------------------------- | ||
|
||
3.1.3 | ||
|
||
- Remove the default setting to disable the linter if standard is not a project | ||
dependency. | ||
|
||
If you would like to only lint projects where standard is a dependency there | ||
is a new setting "disable_if_not_dependency" which you can set to true. | ||
|
||
For more information about SublimeLinter settings see the docs: | ||
http://www.sublimelinter.com/en/latest/settings.html |
e385312
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for inverting the setting, I didn't understand at first why suddenly linting was not working (with the previous defaults)!