https://github.com/perldancer/perl-lint-policy-dancer2
Dancer2 Perl::Lint policies
https://github.com/perldancer/perl-lint-policy-dancer2
Last synced: 10 months ago
JSON representation
Dancer2 Perl::Lint policies
- Host: GitHub
- URL: https://github.com/perldancer/perl-lint-policy-dancer2
- Owner: PerlDancer
- License: mit
- Created: 2015-10-22T12:57:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T13:01:10.000Z (over 10 years ago)
- Last Synced: 2025-06-12T01:13:25.942Z (about 1 year ago)
- Language: Perl
- Size: 141 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is still a work in progress.
Currently the following policies are provided:
* ProhibitMergedParameters: detects `params`.
* ProhibitObsoleteImport: detects old import options.
* ProhibitObsoleteKeywords: detects keywords that are no longer supported.
* RequireLeadingForwardSlash: detects leading slash in path. To be removed.
The `eg` directory contains examples of what we detect and complain about.
The `RequireLeadingForwardSlash` will be removed since it's not wrong and
can actually be used in a smart way.