Refactor the ln_s method to decrease its cyclomatic complexity

This commit is contained in:
Nicolas McCurdy
2014-01-07 20:12:53 -05:00
parent 7e659f11fe
commit e42eff4e10
3 changed files with 11 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ ClassLength:
Enabled: false
CyclomaticComplexity:
Max: 9
Max: 7
LineLength:
Max: 163