Skip to content

Conversation

@cfournie
Copy link
Contributor

@cfournie cfournie commented Mar 10, 2017

This PR rephrases the help messages to remove formatting elements. This changes:

$ pylint --help-msg C2601
 :import-modules-only (C2601): *%(child)s is not a module or cannot be imported*
  Install %(child)s or only import packages or modules from it This message
  belongs to the google-styleguide-checker checker.

To now read:

$ pylint --help-msg C2601
 :import-modules-only (C2601): *%(child)s is not a module or cannot be imported*
  Only import packages or modules and ensure that they are installed. This message
  belongs to the google-styleguide-checker checker.

@honkfestival
Copy link

LGTM

@cfournie cfournie merged commit 630c288 into master Mar 10, 2017
@cfournie cfournie deleted the change_help branch March 10, 2017 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants