Skip to content

Commit cb62c36

Browse files
committed
some more cleanup
1 parent 851214c commit cb62c36

5 files changed

Lines changed: 6 additions & 17 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ python:
44
# command to install dependencies
55
install:
66
- pip install flake8
7-
- pip install pydocstyle
87
# command to run tests
98
script:
109
- flake8 . --max-line-length=120
11-
- pydocstyle . --add-ignore=D202

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
SublimeLinter-pep8
1+
SublimeLinter-pycodestyle
22
=========================
33

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

66
This linter plugin for [SublimeLinter](http://sublimelinter.readthedocs.org) provides an interface to [pycodestyle](https://github.com/PyCQA/pycodestyle). It will be used with files that have the “Python” syntax.
77

messages.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"install": "messages/install.txt",
3-
"1.0.2": "messages/1.0.2.txt"
2+
"install": "messages/install.txt"
43
}

messages/1.0.2.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

messages/install.txt

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

55
** IMPORTANT! **
66

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

10-
https://github.com/SublimeLinter/SublimeLinter-pep8
10+
https://github.com/SublimeLinter/SublimeLinter-pycodestyle

0 commit comments

Comments
 (0)