From 99d800f7afaf8a200aea0aea4609a6c435dca5ad Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Tue, 20 Jul 2021 11:59:53 -0700 Subject: [PATCH] Some changes to dot files --- .gitignore | 1 + .project | 1 + rc/perlcriticrc | 5 ++++- 3 files changed, 6 insertions(+), 1 deletion(-) 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] -- 2.17.1