17aa40
From 6eeaef95566e6d85e714280c412e5df347838e34 Mon Sep 17 00:00:00 2001
17aa40
From: Frantisek Sumsal <frantisek@sumsal.cz>
17aa40
Date: Thu, 2 Dec 2021 16:55:17 +0100
17aa40
Subject: [PATCH] lgtm: don't treat the custom note as a list of tags
17aa40
17aa40
Just a cosmetic change.
17aa40
17aa40
(cherry picked from commit c7d70210fa45c3210b8b1eda51bc0f6d68bd8392)
17aa40
17aa40
Related: #2017033
17aa40
---
17aa40
 .lgtm/cpp-queries/PotentiallyDangerousFunction.ql | 10 ++++++----
17aa40
 1 file changed, 6 insertions(+), 4 deletions(-)
17aa40
17aa40
diff --git a/.lgtm/cpp-queries/PotentiallyDangerousFunction.ql b/.lgtm/cpp-queries/PotentiallyDangerousFunction.ql
17aa40
index 865330430d..39e8dddd13 100644
17aa40
--- a/.lgtm/cpp-queries/PotentiallyDangerousFunction.ql
17aa40
+++ b/.lgtm/cpp-queries/PotentiallyDangerousFunction.ql
17aa40
@@ -1,15 +1,17 @@
17aa40
 /**
17aa40
+ * vi: sw=2 ts=2 et syntax=ql:
17aa40
+ *
17aa40
+ * Borrowed from
17aa40
+ * https://github.com/Semmle/ql/blob/master/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.ql
17aa40
+ *
17aa40
  * @name Use of potentially dangerous function
17aa40
  * @description Certain standard library functions are dangerous to call.
17aa40
+ * @id cpp/potentially-dangerous-function
17aa40
  * @kind problem
17aa40
  * @problem.severity error
17aa40
  * @precision high
17aa40
- * @id cpp/potentially-dangerous-function
17aa40
  * @tags reliability
17aa40
  *       security
17aa40
- *
17aa40
- * Borrowed from
17aa40
- * https://github.com/Semmle/ql/blob/master/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.ql
17aa40
  */
17aa40
 import cpp
17aa40