I've asked this before but have never gotten it answered. When using the Visual Studio Plug-in, I select Tools->CppCheck Settings. A window appears, from there I select "Display All CppCheck Messages" and another window appears labeled CppCheckMessagesList, where I can individualy suppress various warnings/messages by de-selecting the checkbox on the left of each one, and it saves the settings. WHERE is this information/these settings stored? I would like to set up different machines and instances of VS with the same supression list, without having to re-create it each time. Can anyone tell me, is there a file where this is stored, registry, etc...???
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found it after extensive searching. For anyone interested, it is a user.config file which I found in:
<driveletter>:\Users\<yourid>\AppData\Local\Microsoft_Corporation\DefaultDomain_Url_<xxxx>\14.0.25420\user.config.
Inside there is a <setting and="" <value="" the="" tag="" name="SuppressionsString"> line under it has the comma-separated ids of the msgs you are suppressing.</setting></xxxx></yourid></driveletter>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've asked this before but have never gotten it answered. When using the Visual Studio Plug-in, I select Tools->CppCheck Settings. A window appears, from there I select "Display All CppCheck Messages" and another window appears labeled CppCheckMessagesList, where I can individualy suppress various warnings/messages by de-selecting the checkbox on the left of each one, and it saves the settings. WHERE is this information/these settings stored? I would like to set up different machines and instances of VS with the same supression list, without having to re-create it each time. Can anyone tell me, is there a file where this is stored, registry, etc...???
Sorry, we did not develop any cppcheck plugins. I have no clue. does the plugin-in project have some forum?
I found it after extensive searching. For anyone interested, it is a user.config file which I found in:
<driveletter>:\Users\<yourid>\AppData\Local\Microsoft_Corporation\DefaultDomain_Url_<xxxx>\14.0.25420\user.config.
Inside there is a <setting and="" <value="" the="" tag="" name="SuppressionsString"> line under it has the comma-separated ids of the msgs you are suppressing.</setting></xxxx></yourid></driveletter>