Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rubocop: Style/Documentation: Exclude lib/mysql2/result.rb.
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