Skip to content

Commit

Permalink
rename option
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Mar 1, 2020
1 parent 1393fd2 commit d9316cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ Please refer to the official documentation in order to tweak the [SublimeLinter

To configure this plugin, bring up the Command Palette and type `Preferences: SublimeLinter Settings`. The following options are available:

Option | Default | Description
-----------------|------------|------------
`preprocessMode` | `SAFEPPO` | Lints much faster, but ignores warnings (equivalent of `-PPO` flag)
`strict` | `false` | Treats warnings as errors (equivalent of `-WX` flag)
Option | Default | Description
------------------|------------|------------
`preprocess_mode` | `SAFEPPO` | Lints much faster, but ignores warnings (equivalent of `-PPO` flag)
`strict` | `false` | Treats warnings as errors (equivalent of `-WX` flag)

**Example:**

Expand All @@ -82,7 +82,7 @@ Option | Default | Description
"@disable": false,
"args": [],
"excludes": [],
"preprocessMode": "SAFEPPO",
"preprocess_mode": "SAFEPPO",
"strict": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion messages/modes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Linter Modes
------------

As of v0.8, the settings for the Pre-Process Mode have been changed. The old
`ppo` is no longer supporter, please use the new `preprocessMode` instead!
`ppo` is no longer supporter, please use the new `preprocess_mode` instead!

0 comments on commit d9316cd

Please sign in to comment.