summary refs log tree commit diff
path: root/maintainers/scripts/nixpkgs-lint.pl
Commit message (Collapse)AuthorAge
* nixpkgs-lint: TweakEelco Dolstra2014-03-31
|
* nixpkgs-lint: add check for meta.platforms attributeBjørn Forsman2013-09-07
|
* nixpkgs-lint: Warn against capitalised package names and missing versionsEelco Dolstra2013-07-30
|
* nixpkgs-lint: Fix priority checkEelco Dolstra2013-07-30
|
* nixpkgs-lint: Add support for filtering by maintainerEelco Dolstra2013-07-30
| | | | | | | For instance, you can now say "nixpkgs-lint -m alice" to show only packages maintained by Alice. Also added command-line parsing.
* Add nixpkgs-lintEelco Dolstra2013-07-25
This is a simple tool to scan Nixpkgs for violations of the packaging guidelines, such as multiple packages with the same name, packages that lack a description or license, and so on. To use: $ nix-env -i nixpkgs-lint $ cd .../nixpkgs $ nixpkgs-lint Current statistics: Number of packages: 8666 Number of missing maintainers: 3711 Number of missing licenses: 6159 Number of missing descriptions: 1337 Number of bad descriptions: 633 Number of name collisions: 277