Some changes to dot files
authorAndrew DeFaria <Andrew@DeFaria.com>
Tue, 20 Jul 2021 18:59:53 +0000 (11:59 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Tue, 20 Jul 2021 18:59:53 +0000 (11:59 -0700)
.gitignore
.project
rc/perlcriticrc

index 2748ca7..6ac1ff5 100644 (file)
@@ -5,3 +5,4 @@
 docker
 web/Resumes/Andrew/.resume.hist
 web/Resumes/Andrew/.resumehits
+/cadence/
index 31a0006..170c616 100644 (file)
--- a/.project
+++ b/.project
@@ -18,5 +18,6 @@
        </buildSpec>
        <natures>
                <nature>org.epic.perleditor.perlnature</nature>
+               <nature>org.python.pydev.pythonNature</nature>
        </natures>
 </projectDescription>
index 75fe45b..3490060 100644 (file)
@@ -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]