Add withdrawn events to conference dashboard

Signed-off-by: Carlos Coelho <carlos@vinta.com.br>
This commit is contained in:
Carlos Coelho 2018-02-18 16:17:29 -03:00 committed by Stella Rouzi
parent 5f7029d28e
commit 8457dafbf6
4 changed files with 61 additions and 10 deletions

View file

@ -300,7 +300,7 @@ Lint/UnusedBlockArgument:
# Offense count: 136
Metrics/AbcSize:
Max: 86
Max: 98
# Offense count: 258
# Configuration parameters: CountComments, ExcludedMethods.
@ -320,7 +320,7 @@ Metrics/LineLength:
# Offense count: 133
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 56
Max: 63
# Offense count: 4
# Configuration parameters: CountComments.