Skip to content

Commit

Permalink
rubocop: Style/Documentation: Exclude lib/mysql2/result.rb.
Browse files Browse the repository at this point in the history
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
  ^^^^^^^^^^^^
```
  • Loading branch information
junaruga committed Dec 22, 2022
1 parent 7f6f33a commit ec13a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Style/Documentation:
- 'lib/mysql2/client.rb'
- 'lib/mysql2/em.rb'
- 'lib/mysql2/error.rb'
- 'lib/mysql2/result.rb'
- 'lib/mysql2/statement.rb'

# Offense count: 6
Expand Down

0 comments on commit ec13a42

Please sign in to comment.