File indexing completed on 2024-05-19 05:27:33

0001 #! /bin/sh
0002 
0003 # SPDX-FileCopyrightText: 2010 Kevin Ottens <ervin@kde.org>
0004 # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005 
0006 cppcheck --quiet \
0007          --template='{file}:{line} ({severity}, {id}) {message}' \
0008          --std=c++11 \
0009          --enable=style \
0010          --enable=performance \
0011          --enable=portability \
0012          --enable=information \
0013          --enable=missingInclude \
0014          --inline-suppr \
0015          -i 3rdparty \
0016          .