mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Remove trailing periods from @name metadata in query files
Fixed 73 .ql query files where the @name metadata contained an ending period. This ensures consistency with the CodeQL query metadata style guidelines.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Key points-to fails for expression.
|
||||
* @name Key points-to fails for expression
|
||||
* @description Expression does not "point-to" an object which prevents further points-to analysis.
|
||||
* @kind problem
|
||||
* @problem.severity info
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name points-to fails for expression.
|
||||
* @name points-to fails for expression
|
||||
* @description Expression does not "point-to" an object which prevents type inference.
|
||||
* @kind problem
|
||||
* @id py/points-to-failure
|
||||
|
||||
Reference in New Issue
Block a user