Skip to content

Commit

Permalink
Only tidy lib/, t/, tools/ and script/ directory
Browse files Browse the repository at this point in the history
We don'y want to tidy the external/ directory, and also not
dbicdh/ I guesss.
  • Loading branch information
perlpunk committed Apr 26, 2022
1 parent 696fac0 commit 35f7f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tidyallrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
; Notice that this does include also non-Perl files in script/ so it is
; suggested to use tools/tidy to cover all appropriate files. "tidyall -a"
; will try to cover too much and fail on the non-Perl files
select = **/*.{pl,pm,t} script/*
select = {tools,lib,t}/**/*.{pl,pm,t} script/*
argv = --profile=$ROOT/.perltidyrc

0 comments on commit 35f7f22

Please sign in to comment.