CRA: review src/plugins/qmllint and src/plugins/qmlls
Mark all files as significant. Pick-to: 6.10 6.9 6.8 Task-number: QTBUG-136187 Change-Id: I655241e8fd460f423c230b3ae2979246f4ffc841 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
parent
1cd950dbbb
commit
52e6456d6e
|
@ -1,5 +1,6 @@
|
|||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
// Qt-Security score:significant reason:default
|
||||
|
||||
#include "qdslintplugin.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
// Qt-Security score:significant reason:default
|
||||
|
||||
#ifndef QDSLINTPLUGIN_H
|
||||
#define QDSLINTPLUGIN_H
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
// Qt-Security score:significant reason:default
|
||||
|
||||
#include "qquickliteralbindingcheck_p.h"
|
||||
#include "qquickvaluetypefromstringcheck_p.h"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
// Qt-Security score:significant reason:default
|
||||
|
||||
#ifndef QQUICKLITERALBINDINGCHECK_H
|
||||
#define QQUICKLITERALBINDINGCHECK_H
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
// Qt-Security score:significant reason:default
|
||||
|
||||
#include "qquickvaluetypefromstringcheck_p.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
// Qt-Security score:significant reason:default
|
||||
|
||||
#ifndef QQUICKVALUETYPEFROMSTRINGCHECK_H
|
||||
#define QQUICKVALUETYPEFROMSTRINGCHECK_H
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
// Qt-Security score:significant reason:default
|
||||
|
||||
#include "quicklintplugin.h"
|
||||
#include "qquickliteralbindingcheck_p.h"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
// Qt-Security score:significant reason:default
|
||||
|
||||
#ifndef QUICKLINTPLUGIN_H
|
||||
#define QUICKLINTPLUGIN_H
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
// Qt-Security score:significant reason:default
|
||||
|
||||
#include "qqmllsquickplugin_p.h"
|
||||
#include <QtQmlLS/private/qqmllsutils_p.h>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
// Qt-Security score:significant reason:default
|
||||
|
||||
#ifndef QMLLSQUICKPLUGIN_H
|
||||
#define QMLLSQUICKPLUGIN_H
|
||||
|
|
Loading…
Reference in New Issue