Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
af8afcd4
Commit
af8afcd4
authored
Sep 17, 2021
by
David Fairbrother
Browse files
Remove old suppressions
This includes commented out suppression, and obselete ones
parent
5988d86e
Changes
1
Show whitespace changes
Inline
Side-by-side
buildconfig/CMake/CppCheck_Suppressions.txt.in
View file @
af8afcd4
...
...
@@ -20,27 +20,11 @@ noConstructor
// Pre-processor Directives, such as #error, which are upstream anyway
preprocessorErrorDirective
// ---------- cppcheck 1.90 Transition -------
unmatchedSuppression
// If-init not supported
syntaxError:${CMAKE_SOURCE_DIR}/Framework/API/src/MatrixWorkspace.cpp
// --- To be added back ------
//cstyleCase:*${CMAKE_SOURCE_DIR}/MantidPlot
// A large number of copying instead of pass by ref were picked up by clang-tidy, but around 200 remain
//passedByValue
// Cppcheck struggles with some inheritance chains, some of these might be true though
unusedPrivateFunction
// Nice to have, not need to have at the moment
//useInitializationList
// Libs we have in-source
// *:${CMAKE_SOURCE_DIR}/Framework/DataObjects/inc/MantidDataObjects/MortonIndex/*
// ---------- Individual suppressions -----------------
pureVirtualCall:${CMAKE_SOURCE_DIR}/qt/scientific_interfaces/Indirect/IndirectBayesTab.cpp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment