mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Move comment so it's not treated as part of the precision metadata
This commit is contained in:
@@ -6,11 +6,10 @@
|
||||
* @id rb/use-detect
|
||||
* @tags performance rubocop
|
||||
* @precision high
|
||||
*
|
||||
* This is an implementation of Rubocop rule
|
||||
* https://github.com/rubocop/rubocop-performance/blob/master/lib/rubocop/cop/performance/detect.rb
|
||||
*/
|
||||
|
||||
// This is an implementation of the Rubocop rule
|
||||
// https://github.com/rubocop/rubocop-performance/blob/master/lib/rubocop/cop/performance/detect.rb
|
||||
import ruby
|
||||
import codeql_ruby.dataflow.SSA
|
||||
|
||||
|
||||
Reference in New Issue
Block a user