Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change error message from "runpylint" to "run pylint" #314

Closed
john-sandall opened this issue Mar 14, 2021 · 0 comments · Fixed by #315
Closed

Change error message from "runpylint" to "run pylint" #314

john-sandall opened this issue Mar 14, 2021 · 0 comments · Fixed by #315

Comments

@john-sandall
Copy link
Contributor

john-sandall commented Mar 14, 2021

There's a small (but potentially misleading for novices) typo in Django was not configured. For more information runpylint --load-plugins=pylint_django --help-msg=django-not-configured.

This should be Django was not configured. For more information runpylint --load-plugins=pylint_django --help-msg=django-not-configured`.

This was also referenced in #306 (but was not the actual issue being reported).

Environment Versions

  • OS Type = macOS
  • Python version: $ python -V
    • Python 3.6.11
  • pip version: $ pip --version
    pip 21.0.1
  • pylint-django version: pip freeze | grep "pylint-django"
    pylint-django==2.4.2
atodorov pushed a commit to john-sandall/pylint-django that referenced this issue Apr 8, 2021
netbsd-srcmastr referenced this issue in NetBSD/pkgsrc Apr 13, 2021
Version 2.4.3 (09 Apr 2021)
---------------------------

- Start testing with Django 3.2 on Python 3.9 (Michael K.)
- Teach pylint-django about all HTTP methods from the View class, not only
  ``get`` and ``post`` (Nicolás Quiroz)
- Typo fixes for
  `<https://github.com/PyCQA/pylint-django/issues/314>`_ (John Sandall)
- Ignore ``unused-argument`` for ``*args``, ``**kwards`` in view method signatures
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 a pull request may close this issue.

1 participant