Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Mar 3, 2018
1 parent 477f6f2 commit 01b51c6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
Empty file removed .no-sublime-package
Empty file.
10 changes: 0 additions & 10 deletions .sublimelinterrc

This file was deleted.

8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: python
python:
- "3.3"
# command to install dependencies
- "3.6"

install:
- pip install flake8
- pip install pydocstyle
# command to run tests

script:
- flake8 . --max-line-length=120
- pydocstyle . --add-ignore=D202
4 changes: 0 additions & 4 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@
# License: MIT
#

"""This module exports the Phpcs plugin class."""

from SublimeLinter.lint import Linter


class Phpcs(Linter):
"""Provides an interface to phpcs."""

syntax = ('php', 'html', 'html 5')
cmd = ('phpcs', '--report=checkstyle', '${args}', '-')
regex = (
Expand Down

0 comments on commit 01b51c6

Please sign in to comment.