-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
20 additions
and
105 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
language: python | ||
python: | ||
- "3.5" | ||
# command to install dependencies | ||
- "3.6" | ||
install: | ||
- pip install flake8==2.5.4 | ||
- pip install pep257==0.7.0 | ||
- pip install pep8==1.7.0 | ||
# command to run tests | ||
- pip install flake8 | ||
script: | ||
- flake8 . --max-line-length=120 | ||
- pep257 . --ignore=D202,D211 | ||
- pep8 . --max-line-length=120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
SublimeLinter-contrib-mdl | ||
SublimeLinter-mdl | ||
------------------------------- | ||
This linter plugin for SublimeLinter provides an interface to mdl. | ||
|
||
** IMPORTANT! ** | ||
Please read the installation instructions at: | ||
|
||
Before this plugin will activate, you *must* | ||
follow the installation instructions here: | ||
|
||
https://github.com/roadhump/SublimeLinter-contrib-mdl | ||
https://github.com/roadhump/SublimeLinter-mdl |