Move comment so it's not treated as part of the precision metadata

This commit is contained in:
Nick Rolfe
2021-07-19 12:29:16 +01:00
parent 8d71d09b94
commit ce35d74447

View File

@@ -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