Skip to content

Commit

Permalink
Add UniqueLines plugin to TidyAll develop deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Aug 24, 2019
1 parent 790ea73 commit 5b3f2e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ on 'develop' => sub {
requires "Code::TidyAll" => "0.71";
requires "Code::TidyAll::Plugin::SortLines::Naturally" => "0.000003";
requires "Code::TidyAll::Plugin::Test::Vars" => "0.04";
requires "Code::TidyAll::Plugin::UniqueLines" => "0.000003";
requires "Encode" => "0";
requires "Parallel::ForkManager" => "1.19";
requires "Perl::Critic" => "1.132";
Expand Down
3 changes: 3 additions & 0 deletions tidyall.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ argv = --profile=$ROOT/perltidyrc

[SortLines::Naturally]
select = .gitignore

[UniqueLines]
select = .gitignore

0 comments on commit 5b3f2e9

Please sign in to comment.