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

Solve errcheck warnings (part 0) #1993

Merged
merged 5 commits into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    6ba4660 View commit details
    Browse the repository at this point in the history
  2. Fix errcheck: error return value of unix.Kill is not checked

    Signed-off-by: Jan Rodák <[email protected]>
    Honny1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    09eeaee View commit details
    Browse the repository at this point in the history
  3. Fix errcheck: error return value of ReloadConfigurationFile is not …

    …checked
    
    Signed-off-by: Jan Rodák <[email protected]>
    Honny1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b48c88b View commit details
    Browse the repository at this point in the history
  4. Fix errcheck: error return value of cmd.Cmd.Process.Signal is not c…

    …hecked
    
    Signed-off-by: Jan Rodák <[email protected]>
    Honny1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7b11e7e View commit details
    Browse the repository at this point in the history
  5. Ignore errcheck: error return value is not checked in `BenchmarkExist…

    …s` and `BenchmarkStat`
    
    Signed-off-by: Jan Rodák <[email protected]>
    Honny1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    42452d1 View commit details
    Browse the repository at this point in the history