Skip to content

Commit

Permalink
Merge pull request #726 from Elizafox/main
Browse files Browse the repository at this point in the history
Update linter docs
  • Loading branch information
Elizafox authored Sep 29, 2023
2 parents f7e1c87 + af8d000 commit 721716d
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 721716d

Please sign in to comment.