Skip to content

Commit 778bbce

Browse files
committed
remove contrib from docs and such
1 parent 0add7bd commit 778bbce

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
SublimeLinter-contrib-bandit
2-
============================
1+
SublimeLinter-bandit
2+
====================
33

4-
[![Build Status](https://travis-ci.org/SublimeLinter/SublimeLinter-contrib-bandit.svg?branch=master)](https://travis-ci.org/SublimeLinter/SublimeLinter-contrib-bandit)
4+
[![Build Status](https://travis-ci.org/SublimeLinter/SublimeLinter-bandit.svg?branch=master)](https://travis-ci.org/SublimeLinter/SublimeLinter-bandit)
55

66
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.
77

@@ -24,7 +24,7 @@ Before using this plugin, you must ensure that `bandit` is installed on your sys
2424
### Linter configuration
2525
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.
2626

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.
2828

2929
### Plugin installation
3030
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:
3333

3434
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.
3535

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.
3737

3838
## Settings
3939
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].
4040

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].
4242

4343
|Setting|Description|Inline Setting|Inline Override|
4444
|:------|:----------|:------------:|:-------------:|

messages/install.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
SublimeLinter-contrib-bandit
2-
----------------------------
1+
SublimeLinter-bandit
2+
--------------------
33
This linter plugin for SublimeLinter provides an interface to bandit.
44

55
** IMPORTANT! **
66

77
Before this plugin will activate, you *must*
88
follow the installation instructions here:
99

10-
https://github.com/ericwb/SublimeLinter-contrib-bandit
10+
https://github.com/SublimeLinter/SublimeLinter-bandit

0 commit comments

Comments
 (0)