s-shin / linter-perl-lint

https://atom.io/packages/linter-perl-lint
MIT License
0 stars 0 forks source link

linter-perl-lint package

Lint perl codes by Perl::Lint, which is a faster implementation of Perl::Critic.

Perl::Lint Settings

We can control which policies are used by .perllintrc.json, whose basename can be changed via linter-perl-lint.perlLintConfigFileBasename.

The object decoded the file will be passed to Perl::Lint->new(HERE) directly.

Unfortunately, the severity/theme in Perl::Critic are not available because they have not been supported yet in Perl::Lint.