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

cli:chore - deprecate monitor-retry-count flag #841

Merged
merged 1 commit into from
Dec 6, 2021

Commits on Dec 3, 2021

  1. cli:chore - deprecate monitor-retry-count flag

    Previously we control all execution of tools using a monitor package,
    but this package contained a lot of data races that was fixed on #477
    and the monitor retry count flag was no longer necessary, since this was
    used to control the timeout counter.
    
    This commit mark monitor-retry-count flag as hidden and deprecated, so
    new users will not see this flag and users that is currently using this
    flag on pipelines will see a warning saying to use just --analysis-timeout
    flag.
    
    Signed-off-by: Matheus Alcantara <matheus.alcantara@zup.com.br>
    matheusalcantarazup committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    4172c0c View commit details
    Browse the repository at this point in the history