From: Andrew DeFaria Date: Tue, 20 Jul 2021 18:59:53 +0000 (-0700) Subject: Some changes to dot files X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=99d800f7afaf8a200aea0aea4609a6c435dca5ad;p=clearscm.git Some changes to dot files --- diff --git a/.gitignore b/.gitignore index 2748ca7..6ac1ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ docker web/Resumes/Andrew/.resume.hist web/Resumes/Andrew/.resumehits +/cadence/ diff --git a/.project b/.project index 31a0006..170c616 100644 --- a/.project +++ b/.project @@ -18,5 +18,6 @@ org.epic.perleditor.perlnature + org.python.pydev.pythonNature diff --git a/rc/perlcriticrc b/rc/perlcriticrc index 75fe45b..3490060 100644 --- a/rc/perlcriticrc +++ b/rc/perlcriticrc @@ -49,4 +49,7 @@ allow = %SIG # able to do it. Besides it's not the character count that makes a regex # complicated - it's more it's complication than the number of characters. [RegularExpressions::RequireExtendedFormatting] -minimum_regex_length_to_complain_about = 50 \ No newline at end of file +minimum_regex_length_to_complain_about = 50 + +# I'm OK with homonyms +[-Subroutines::ProhibitBuiltinHomonyms]