Skip to content

Commit

Permalink
Update linter docs
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Myers <elizabeth.myers@chainguard.dev>
  • Loading branch information
Elizafox committed Sep 28, 2023
1 parent f7e1c87 commit af8d000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/LINTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ The available linters are:
- `dev`: If this package is creating /dev nodes, it should use udev instead; otherwise, remove any files in /dev.
- `opt`: This package should be a -compat package (see below)
- `setuidgid`: Unset the setuid/setgid bit on the relevant files, or remove this linter.
- `srv`: This s package should be a -compat package (see below)
- `srv`: This package should be a -compat package (see below)
- `strip`: Ensure the binary is stripped in the pipeline.
- `tempdir`: Remove any offending files in temporary dirs in the pipeline.
- `usrlocal`: This package should be a -compat package (see below)
- `varempty`: Remove any offending files in /var/empty in the pipeline.
Expand Down

0 comments on commit af8d000

Please sign in to comment.