linter-perl-lint

Lint perl on the fly, using Perl::Lint

s-shin

1,627

1

0.1.2

MIT

GitHub

This package provides the following services:

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.