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

[Improve code readability] Replace the two boolean variables that control the visibility of security warnings with a single boolean variable (#537) #549

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 18, 2023

  1. [Improve code readability] Replace the two boolean variables that con…

    …trol the visibility of security warnings with a single boolean variable (jenkinsci#537)
    
    - Delete the old internal variable `showWarnings` and its existing getter read the negated value of the new variable `hideWarnings`.
    samho2008 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    3aab27c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4143db9 View commit details
    Browse the repository at this point in the history