Commit 0299c42
authored
rubocop: Style/Documentation: Exclude lib/mysql2/result.rb. (#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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments