{"id":16304773,"url":"https://github.com/moznion/perl-lint","last_synced_at":"2025-03-16T13:31:51.676Z","repository":{"id":16584764,"uuid":"19339011","full_name":"moznion/Perl-Lint","owner":"moznion","description":"Yet Another Perl Source Code Linter","archived":false,"fork":false,"pushed_at":"2016-09-29T16:53:42.000Z","size":789,"stargazers_count":95,"open_issues_count":23,"forks_count":12,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-02-27T09:50:01.173Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://metacpan.org/pod/Perl::Lint","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moznion.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-01T07:55:28.000Z","updated_at":"2024-10-05T08:37:22.000Z","dependencies_parsed_at":"2022-09-08T07:50:38.983Z","dependency_job_id":null,"html_url":"https://github.com/moznion/Perl-Lint","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2FPerl-Lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2FPerl-Lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2FPerl-Lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2FPerl-Lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moznion","download_url":"https://codeload.github.com/moznion/Perl-Lint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243817290,"owners_count":20352531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T21:04:46.711Z","updated_at":"2025-03-16T13:31:50.917Z","avatar_url":"https://github.com/moznion.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/moznion/Perl-Lint.svg?branch=master)](https://travis-ci.org/moznion/Perl-Lint) [![Coverage Status](https://img.shields.io/coveralls/moznion/Perl-Lint/master.svg?style=flat)](https://coveralls.io/r/moznion/Perl-Lint?branch=master)\n# NAME\n\nPerl::Lint - Yet Another Perl Source Code Linter\n\n# SYNOPSIS\n\n    use Perl::Lint;\n\n    my $linter = Perl::Lint-\u003enew;\n    my $target_files = [qw(foo/bar.pl buz.pm)];\n    my $violations   = $linter-\u003elint($target_files);\n\n# DESCRIPTION\n\nPerl::Lint is the yet another source code linter for perl.\n\n# AIMS\n\nDevelopment of this module aims to create a fast and flexible static analyzer for Perl5 that has compatibility with Perl::Critic\n\nPlease see also [http://news.perlfoundation.org/2014/03/grant-proposal-perllint---yet.html](http://news.perlfoundation.org/2014/03/grant-proposal-perllint---yet.html).\n\n# METHODS\n\n- `$linter-\u003elint($target_files:SCALAR or ARRAYREF, $args:HASHREF)`\n\n    `lint` checks the violations of target files. It can export.\n    On default, this function checks the all of policies that are in `Perl::Lint::Policy::*`.\n\n# PERFORMANCE\n\nBenchmark script: [https://github.com/moznion/Perl-Lint/blob/master/author/benchmark\\_lint\\_vs\\_critic.pl](https://github.com/moznion/Perl-Lint/blob/master/author/benchmark_lint_vs_critic.pl).\n\n                   Rate Perl::Critic   Perl::Lint\n    Perl::Critic 20.6/s           --         -78%\n    Perl::Lint   92.0/s         348%           --\n\n# SEE ALSO\n\n[Perl::Critic](https://metacpan.org/pod/Perl::Critic)\n\n# LICENSE\n\nCopyright (C) moznion.\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself.\n\n# AUTHOR\n\nmoznion \u003cmoznion@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoznion%2Fperl-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoznion%2Fperl-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoznion%2Fperl-lint/lists"}