From 197c11f87be2999e046adcbbf12bb63ad85a89ab Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Tue, 15 May 2018 13:25:30 -0500 Subject: Fix the commands for fixing lint errors. --- DEVELOP.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'DEVELOP.rst') diff --git a/DEVELOP.rst b/DEVELOP.rst index 504ad3af..601c3f30 100644 --- a/DEVELOP.rst +++ b/DEVELOP.rst @@ -148,8 +148,8 @@ To see stdout/stderr, use the following command: $ behave --no-capture -PEP8 checks ------------ +PEP8 checks (lint) +-----------------_ When you submit a PR, the changeset is checked for pep8 compliance using `pep8radius `_. If you see a build failing because @@ -158,7 +158,7 @@ of these checks, install pep8radius and apply style fixes: :: $ pip install pep8radius - $ pep8radius --docformatter --diff # view a diff of proposed fixes - $ pep8radius --docformatter --in-place # apply the fixes + $ pep8radius master --docformatter --diff # view a diff of proposed fixes + $ pep8radius master --docformatter --in-place # apply the fixes Then commit and push the fixes. -- cgit v1.2.3