##// END OF EJS Templates
Adds "hybrid" server mode...
Adds "hybrid" server mode Hybrid mode allows to use both the default server and the test server, depending on the "server" setting of each product in the JSON file

File last commit:

r1058:d684e1205d9a
r1151:7dc72cc510ff
Show More
exclusions.txt
22 lines | 998 B | text/plain | TextLexer
add vera-exclusion rules
r60 \.h:\d+:.IPSIS_S04.*found: ui
qcustomplot\.h:\d+:.IPSIS
qcustomplot\.cpp:\d+:.IPSIS
Alexandre Leroux
Adds vera exclusions
r86
# Ignore false positive relative to App macro
add vera-exclusion rules
r60 SqpApplication\.h:\d+:.IPSIS_S03.*found: sqpApp
SqpApplication\.h:\d+:.IPSIS_S04_VARIABLE.*found: sqpApp
Alexandre Leroux
Creates iterator for QCPColorMap...
r1058 # Ignore false positive relative to iterators
QCPColorMapIterator\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (forward_iterator_tag)
QCPColorMapIterator\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (ptrdiff_t)
QCPColorMapIterator\.h:\d+:.*IPSIS_S04_VARIABLE.*found: (value_type)
QCPColorMapIterator\.h:\d+:.*IPSIS_S06.*found: (iterator_category)
QCPColorMapIterator\.h:\d+:.*IPSIS_S06.*found: (forward_iterator_tag)
QCPColorMapIterator\.h:\d+:.*IPSIS_S06.*found: (value_type)
QCPColorMapIterator\.h:\d+:.*IPSIS_S06.*found: (difference_type)
QCPColorMapIterator\.h:\d+:.*IPSIS_S06.*found: (ptrdiff_t)
QCPColorMapIterator\.h:\d+:.*IPSIS_S06.*found: (pointer)
QCPColorMapIterator\.h:\d+:.*IPSIS_S06.*found: (reference)
QCPColorMapIterator\.h:\d+:.*IPSIS_S06.*found: (value_type)
add vera-exclusion rules
r60