Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Drop tools/pylint_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Jun 27, 2019
1 parent bad6b1f commit 95fb044
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ script:

# Basic stuff.
- python setup.py check --strict --restructuredtext
- tools/pylint_all.sh -j 2 --reports=no --score=no
- pylint -j 2 --reports=no --score=no *.py **/*.py
- pytest

# Although the main docs (``doc/``) are processed by Read the Docs,
Expand Down
4 changes: 1 addition & 3 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ Run tests::

Run Pylint::

$ tools/pylint_all.sh -j 2
$ # ... or selectively:
$ pylint httpolice/response.py
$ pylint *.py **/*.py

The delivery pipeline (Travis CI) enforces various other checks;
if you want to run them locally before pushing to GitHub, see ``.travis.yml``.
Expand Down
5 changes: 2 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from collections import OrderedDict
import io
import shutil
import sys
import os

# If extensions (or modules to document with autodoc) are in another directory,
Expand All @@ -30,7 +29,7 @@
import httpolice.inputs
import httpolice.reports.html

# XXX: POSSIBLY KIND OF A HACK
# CAUTION: POSSIBLY KIND OF A HACK

# We have two special documentation pages:
# ``notices.html`` with the list of all notices, and
Expand Down Expand Up @@ -91,7 +90,7 @@

# General information about the project.
project = 'HTTPolice'
copyright = '2016, Vasiliy Faronov'
copyright = '2016, Vasiliy Faronov' # pylint: disable=redefined-builtin
author = 'Vasiliy Faronov'

# The version info for the project you're documenting, acts as replacement for
Expand Down
7 changes: 0 additions & 7 deletions tools/pylint_all.sh

This file was deleted.

0 comments on commit 95fb044

Please sign in to comment.