8000 ruby: add `rb/useless-assignment-to-local` to the code-quality suite · github/codeql@ba22501 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba22501

Browse files
committed
ruby: add rb/useless-assignment-to-local to the code-quality suite
1 parent 76c0b16 commit ba22501

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- queries: .
22
- include:
33
id:
4-
- rb/database-query-in-loop
4+
- rb/database-query-in-loop
5+
- rb/useless-assignment-to-local

0 commit comments

Comments
 (0)
0