mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01: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 Unused parameter.
|
||||
* @name Unused parameter
|
||||
* @description A parameter that is not used later on, or whose value is always overwritten,
|
||||
* can be removed.
|
||||
* @kind problem
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Fetch a subset of valid access paths of input and output parameters of a method (framework mode).
|
||||
* @name Fetch a subset of valid access paths of input and output parameters of a method (framework mode)
|
||||
* @description A list of access paths for input and output parameters of a method. Excludes test and generated code.
|
||||
* @kind table
|
||||
* @id ruby/utils/modeleditor/framework-mode-access-paths
|
||||
|
||||
Reference in New Issue
Block a user