From 35f7f2283c0070e29dbc2563d93cca2af46375d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Thu, 21 Apr 2022 12:02:22 +0200 Subject: [PATCH] Only tidy lib/, t/, tools/ and script/ directory We don'y want to tidy the external/ directory, and also not dbicdh/ I guesss. --- .tidyallrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tidyallrc b/.tidyallrc index 71383ef0881..eedb5ff8000 100644 --- a/.tidyallrc +++ b/.tidyallrc @@ -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