Skip to content

Commit d4437e4

Browse files
committed
syntax
Signed-off-by: Isaac Milarsky <[email protected]>
1 parent 191402a commit d4437e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/tests/metrics_tests.py

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ def run_pylint():
2929
item['end_column'] = item['start_column']
3030
item['title'] = item.pop('symbol')
3131

32+
if item['start_line'] != item['end_line']:
33+
item.pop('start_column')
34+
item.pop('end_column')
3235
item.pop('module')
3336
item.pop('obj')
3437
item.pop('message-id')

0 commit comments

Comments
 (0)