Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d71d09 + ce35d74 commit 8d21f95Copy full SHA for 8d21f95
1 file changed
ql/src/queries/performance/UseDetect.ql
@@ -6,11 +6,10 @@
6
* @id rb/use-detect
7
* @tags performance rubocop
8
* @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
12
*/
13
+// This is an implementation of the Rubocop rule
+// https://github.com/rubocop/rubocop-performance/blob/master/lib/rubocop/cop/performance/detect.rb
14
import ruby
15
import codeql_ruby.dataflow.SSA
16
0 commit comments