You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
^^^^^^^^^^^^
```
0 commit comments