From: Greg Sabino Mullane Date: Sun, 22 Jun 2008 16:13:34 +0000 (-0400) Subject: Add more stop words and minor annoying level one regex rules. X-Git-Tag: 2.9.0~303 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5e872307b2ca47ccc240eead5e50499484e8ca77;p=check_postgres.git Add more stop words and minor annoying level one regex rules. --- diff --git a/.perlcriticrc b/.perlcriticrc index 46e02c31b..44cba5a89 100644 --- a/.perlcriticrc +++ b/.perlcriticrc @@ -4,7 +4,7 @@ verbose = 8 severity = 1 [Documentation::PodSpelling] -stop_words = Mullane Nagios Slony nols salesrep psql dbname postgres USERNAME usernames dbuser pgpass nagios stderr showperf symlinked timesync criticals quirm lancre exabytes sami includeuser excludeuser flagg tardis WAL tablespaces tablespace perflimit burrick mallory grimm oskar ExclusiveLock garrett artemus queryname speedtest checksum checksums morpork klatch pluto faceoff slon greg watson franklin wilkins scott Sabino Seklecki dbpass autovacuum Astill refactoring NAGIOS +stop_words = Mullane Nagios Slony nols salesrep psql dbname postgres USERNAME usernames dbuser pgpass nagios stderr showperf symlinked timesync criticals quirm lancre exabytes sami includeuser excludeuser flagg tardis WAL tablespaces tablespace perflimit burrick mallory grimm oskar ExclusiveLock garrett artemus queryname speedtest checksum checksums morpork klatch pluto faceoff slon greg watson franklin wilkins scott Sabino Seklecki dbpass autovacuum Astill refactoring NAGIOS localhost cronjob symlink symlinks backends snazzo logfile syslog parens plugin Cwd Ioannis Tambouras ## Severity 5: [-Subroutines::ProhibitNestedSubs] @@ -63,3 +63,6 @@ stop_words = Mullane Nagios Slony nols salesrep psql dbname postgres USERNAME us [-InputOutput::RequireCheckedSyscalls] [-RegularExpressions::ProhibitUnusualDelimiters] [-BuiltinFunctions::ProhibitReverseSortBlock] +[-RegularExpressions::ProhibitEscapedMetacharacters] +[-RegularExpressions::ProhibitEnumeratedClasses] +[-Documentation::RequirePodAtEnd]