1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2018-06-27 08:03:54 +02:00
parent ae5ed75ed4
commit 0fcf5e0e6e
3 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
# src/tools/perlcheck/find_perl_files
# shell function to find all perl files in the source tree
@@ -11,5 +10,5 @@ find_perl_files () {
find . -type f -perm -100 -exec file {} \; -print |
egrep -i ':.*perl[0-9]*\>' |
cut -d: -f1
} | sort -u | grep -v '^\./\.git/'
} | sort -u | grep -v '^\./\.git/'
}

View File

@@ -16,4 +16,3 @@ theme = core
# for now raise severity of this to level 5
[Subroutines::RequireFinalReturn]
severity = 5