Skip to content

Commit

Permalink
Merge pull request #253 from enckse/add-perl-tools
Browse files Browse the repository at this point in the history
adding perltidy/perlcritic examples
  • Loading branch information
mattn authored Aug 31, 2023
2 parents ed473ea + a9ac016 commit e70ce88
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,16 @@ tools:
- mix.lock
- mix.exs

perl-perlcritic: &perl-perlcritic
lint-command: 'perlcritic --nocolor -3 --verbose "%l:%c %m\n"'
lint-ignore-exit-code: true
lint-formats:
- '%l:%c %m'

perl-perltidy: &perl-perltidy
format-command: "perltidy -b"
format-stdin: true

php-phpstan: &php-phpstan
lint-command: './vendor/bin/phpstan analyze --error-format raw --no-progress'

Expand Down Expand Up @@ -309,6 +319,10 @@ languages:
- <<: *markdown-markdownlint
- <<: *markdown-pandoc

perl:
- <<: *perl-perltidy
- <<: *perl-perlcritic

php:
- <<: *php-phpstan
- <<: *php-psalm
Expand Down

0 comments on commit e70ce88

Please sign in to comment.