You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This linter plugin for [SublimeLinter][docs] provides an interface to [bandit](https://wiki.openstack.org/wiki/Security/Projects/Bandit). It will be used with files that have the “python” syntax.
7
7
@@ -24,7 +24,7 @@ Before using this plugin, you must ensure that `bandit` is installed on your sys
24
24
### Linter configuration
25
25
In order for `bandit` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. Before going any further, please read and follow the steps in [“Finding a linter executable”](http://sublimelinter.readthedocs.org/en/latest/troubleshooting.html#finding-a-linter-executable) through “Validating your PATH” in the documentation.
26
26
27
-
Once you have installed and configured `bandit`, you can proceed to install the SublimeLinter-contrib-bandit plugin if it is not yet installed.
27
+
Once you have installed and configured `bandit`, you can proceed to install the SublimeLinter-bandit plugin if it is not yet installed.
28
28
29
29
### Plugin installation
30
30
Please use [Package Control][pc] to install the linter plugin. This will ensure that the plugin will be updated when new versions are available. If you want to install from source so you can modify the source code, you probably know what you are doing so we won’t cover that here.
@@ -33,12 +33,12 @@ To install via Package Control, do the following:
33
33
34
34
1. Within Sublime Text, bring up the [Command Palette][cmd] and type `install`. Among the commands you should see `Package Control: Install Package`. If that command is not highlighted, use the keyboard or mouse to select it. There will be a pause of a few seconds while Package Control fetches the list of available plugins.
35
35
36
-
1. When the plugin list appears, type `bandit`. Among the entries you should see `SublimeLinter-contrib-bandit`. If that entry is not highlighted, use the keyboard or mouse to select it.
36
+
1. When the plugin list appears, type `bandit`. Among the entries you should see `SublimeLinter-bandit`. If that entry is not highlighted, use the keyboard or mouse to select it.
37
37
38
38
## Settings
39
39
For general information on how SublimeLinter works with settings, please see [Settings][settings]. For information on generic linter settings, please see [Linter Settings][linter-settings].
40
40
41
-
In addition to the standard SublimeLinter settings, SublimeLinter-contrib-bandit provides its own settings. Those marked as “Inline Setting” or “Inline Override” may also be [used inline][inline-settings].
41
+
In addition to the standard SublimeLinter settings, SublimeLinter-bandit provides its own settings. Those marked as “Inline Setting” or “Inline Override” may also be [used inline][inline-settings].
0 commit comments