From 778bbce6ea04f3e042c7c7d1951feea370e8e751 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Wed, 14 Dec 2016 10:45:38 -0800 Subject: [PATCH] remove contrib from docs and such --- README.md | 12 ++++++------ messages/install.txt | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3b6c0ca..2e40e0d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -SublimeLinter-contrib-bandit -============================ +SublimeLinter-bandit +==================== -[![Build Status](https://travis-ci.org/SublimeLinter/SublimeLinter-contrib-bandit.svg?branch=master)](https://travis-ci.org/SublimeLinter/SublimeLinter-contrib-bandit) +[![Build Status](https://travis-ci.org/SublimeLinter/SublimeLinter-bandit.svg?branch=master)](https://travis-ci.org/SublimeLinter/SublimeLinter-bandit) 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. @@ -24,7 +24,7 @@ Before using this plugin, you must ensure that `bandit` is installed on your sys ### Linter configuration 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. -Once you have installed and configured `bandit`, you can proceed to install the SublimeLinter-contrib-bandit plugin if it is not yet installed. +Once you have installed and configured `bandit`, you can proceed to install the SublimeLinter-bandit plugin if it is not yet installed. ### Plugin installation 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: 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. -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. +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. ## Settings 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]. -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]. +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]. |Setting|Description|Inline Setting|Inline Override| |:------|:----------|:------------:|:-------------:| diff --git a/messages/install.txt b/messages/install.txt index 29921f7..bf4070a 100644 --- a/messages/install.txt +++ b/messages/install.txt @@ -1,5 +1,5 @@ -SublimeLinter-contrib-bandit ----------------------------- +SublimeLinter-bandit +-------------------- This linter plugin for SublimeLinter provides an interface to bandit. ** IMPORTANT! ** @@ -7,4 +7,4 @@ This linter plugin for SublimeLinter provides an interface to bandit. Before this plugin will activate, you *must* follow the installation instructions here: -https://github.com/ericwb/SublimeLinter-contrib-bandit +https://github.com/SublimeLinter/SublimeLinter-bandit