Переименование
This commit is contained in:
parent
22003aee16
commit
84441eeee3
@ -7,15 +7,21 @@ with section("parse"):
|
|||||||
|
|
||||||
# Specify structure for custom cmake functions
|
# Specify structure for custom cmake functions
|
||||||
additional_commands = {
|
additional_commands = {
|
||||||
|
'add_doxygen': { 'flags' : [],
|
||||||
|
'kwargs': { 'LATEX': 1,
|
||||||
|
'HTML': 1,
|
||||||
|
'COMMENT': 1}},
|
||||||
|
'add_breathe': { 'flags' : [],
|
||||||
|
'kwargs': { 'COMMENT': 1}},
|
||||||
'add_common_library': { 'flags' : [],
|
'add_common_library': { 'flags' : [],
|
||||||
'kwargs': { 'OUTPUT_NAME': 1,
|
'kwargs': { 'OUTPUT_NAME': 1,
|
||||||
'SOURCES': '*',
|
'SOURCES': '*',
|
||||||
'TARGET': 1}},
|
'TARGET': 1}},
|
||||||
'qt5_translation': { 'flags' : [],
|
'qt5_translation': { 'flags' : [],
|
||||||
'kwargs': { 'TS_DIR': 1,
|
'kwargs': { 'OUTPUT_DIR': 1,
|
||||||
'LANGUAGES': '*',
|
'LANGUAGES': '*',
|
||||||
'SOURCES': '*',
|
'SOURCES': '*',
|
||||||
'TARGET': 1}},
|
'BASE_NAME': 1}},
|
||||||
'pvs_studio_add_target': { 'flags' : [ 'COMPILE_COMMANDS',
|
'pvs_studio_add_target': { 'flags' : [ 'COMPILE_COMMANDS',
|
||||||
'OUTPUT',
|
'OUTPUT',
|
||||||
'HIDE_HELP'],
|
'HIDE_HELP'],
|
||||||
@ -169,7 +175,7 @@ with section("markup"):
|
|||||||
with section("lint"):
|
with section("lint"):
|
||||||
|
|
||||||
# a list of lint codes to disable
|
# a list of lint codes to disable
|
||||||
disabled_codes = []
|
disabled_codes = ['C0113']
|
||||||
|
|
||||||
# regular expression pattern describing valid function names
|
# regular expression pattern describing valid function names
|
||||||
function_pattern = '[0-9a-z_]+'
|
function_pattern = '[0-9a-z_]+'
|
Loading…
Reference in New Issue
Block a user