Skip to content

Commit 0299c42

Browse files
authored
rubocop: Style/Documentation: Exclude lib/mysql2/result.rb. (brianmario#1295)
The rubocop 1.41.1 complained with the message below. This commit suppresses the message, and makes the CI pass. https://github.com/brianmario/mysql2/actions/runs/3758719510/jobs/6387395566#step:4:12 ``` lib/mysql2/result.rb:2:3: C: Style/Documentation: Missing top-level documentation comment for class Mysql2::Result. class Result ^^^^^^^^^^^^ ```
1 parent 7f6f33a commit 0299c42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rubocop_todo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Style/Documentation:
8787
- 'lib/mysql2/client.rb'
8888
- 'lib/mysql2/em.rb'
8989
- 'lib/mysql2/error.rb'
90+
- 'lib/mysql2/result.rb'
9091
- 'lib/mysql2/statement.rb'
9192

9293
# Offense count: 6

0 commit comments

Comments
 (0)