diff options
author | Wild Kat <wk@futureinquestion.net> | 2018-04-29 19:55:35 +0200 |
---|---|---|
committer | Wild Kat <wk@futureinquestion.net> | 2018-04-29 19:55:35 +0200 |
commit | 90aa9e68ed16c96f54ecd3e3e197d85850531f6e (patch) | |
tree | 8f913ed6a5445104318f949504632fdefa71ca25 /.rubocop_todo.yml | |
parent | a44e81e706db8ce9639868f3d97c6c97ceec9716 (diff) |
refactor telnet input logging for consistently with ssh
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 77c1026..6598a37 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -140,7 +140,7 @@ Metrics/CyclomaticComplexity: # Offense count: 53 # Configuration parameters: CountComments. Metrics/MethodLength: - Max: 72 + Max: 75 # Offense count: 2 # Configuration parameters: CountKeywordArgs. |