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

Pylint fixes for rf7 #1

Closed
wants to merge 4 commits into from
Closed

Commits on Jan 30, 2024

  1. Bump Robotframework support to <8.0.0

    Signed-off-by: Luca Giorgi <lgiorgi@redhat.com>
    lugi0 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4b1a28d View commit details
    Browse the repository at this point in the history
  2. bump requirements in pdf and windows projects, bump .z version numbers

    Signed-off-by: Luca Giorgi <lgiorgi@redhat.com>
    lugi0 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    57a3f7f View commit details
    Browse the repository at this point in the history
  3. Include pdf/windows projects

    Signed-off-by: Luca Giorgi <lgiorgi@redhat.com>
    lugi0 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f7def46 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix pylint config for pylint = "^2.4.4, <2.13"

    E0015: Unrecognized option found: no-space-check (unrecognized-option) (removed in pylint 2.6.0)
    'bad-continuation' was removed from pylint, see pylint-dev/pylint#3571. (useless-option-value)
    'no-self-use' was moved to an optional extension, see https://pylint.readthedocs.io/en/latest/whatsnew/2/2.14/summary.html#removed-checkers. (useless-option-value)
    kkotenko committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    bd1b023 View commit details
    Browse the repository at this point in the history