Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d21f95

Browse files
authored
Merge pull request #235 from github/comment_fix
Move comment so it's not treated as part of the precision metadata
2 parents 8d71d09 + ce35d74 commit 8d21f95

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

ql/src/queries/performance/UseDetect.ql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
* @id rb/use-detect
77
* @tags performance rubocop
88
* @precision high
9-
*
10-
* This is an implementation of Rubocop rule
11-
* https://github.com/rubocop/rubocop-performance/blob/master/lib/rubocop/cop/performance/detect.rb
129
*/
1310

11+
// This is an implementation of the Rubocop rule
12+
// https://github.com/rubocop/rubocop-performance/blob/master/lib/rubocop/cop/performance/detect.rb
1413
import ruby
1514
import codeql_ruby.dataflow.SSA
1615

0 commit comments

Comments
 (0)