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

Document IO Error #6712

Merged
merged 3 commits into from
Aug 22, 2023
Merged

Document IO Error #6712

merged 3 commits into from
Aug 22, 2023

Commits on Aug 21, 2023

  1. Document IO Error

    `IOError` is special, it is not actually a lint but an error before linting. I'm not entirely sure how to document it since it does not match the general lint rule pattern (`Checks that the file can be read in its entirety.` is imho worse).
    
    I added the in my experience two most common reasons for io errors on unix systems and linked two tutorials on how to fix them.
    konstin committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1c8accc View commit details
    Browse the repository at this point in the history
  2. Linux or macOS

    konstin committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f9ba2fc View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Update errors.rs

    charliermarsh authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    910adc2 View commit details
    Browse the repository at this point in the history