Skip to content

Commit

Permalink
Merge pull request #3 from achalshah20/master
Browse files Browse the repository at this point in the history
Documentation about filter in settings
  • Loading branch information
jasjuang authored Jul 17, 2018
2 parents 71955b8 + 4c9c26d commit 869a05c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cmakelinter.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
// If you want to ignore some type of errors use this option.
// You can use below filter options for this.
// You can use below filter options for this:
//
// convention/filename
// linelength
// package/consistency
Expand All @@ -14,6 +15,12 @@
// whitespace/mismatch
// whitespace/newline
// whitespace/tabs
//
// You can use prefix "-" to remove and "+" to include any type of error.
// Example: -whitespace/indent will not highlight errors related to
// whitespace/indent
// By default, all of above errors are included so you won't need to
// use "+", but it is for inclusion of errors.
"filter": "",

}

0 comments on commit 869a05c

Please sign in to comment.