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

Add format-string-without-interpolation checker #4794

Merged
merged 7 commits into from
Aug 4, 2021

Commits on Aug 3, 2021

  1. Add format-string-without-interpolation checker

    This adds a checker that checks strings with '%' or format() applied to them.
    If no variables to be replaced are found the warning is emitted.
    Closes pylint-dev#4042
    DanielNoord committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    d5ee243 View commit details
    Browse the repository at this point in the history
  2. Add old_names

    DanielNoord committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    62f2672 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef02842 View commit details
    Browse the repository at this point in the history
  4. Update tests/functional/s/string/string_formatting.py

    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    DanielNoord and Pierre-Sassoulas authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    17e81fe View commit details
    Browse the repository at this point in the history
  5. Add code review changes

    DanielNoord committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    0335f8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d36f7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d0b145 View commit details
    Browse the repository at this point in the history