Commit fee7254
Move rubocop directive inside Validates module
The rubocop:disable comment placed before `module Minfraud` was being
interpreted by YARD as documentation text, causing "rubocop:disable
Metrics/ModuleLength" to appear on the Minfraud.html documentation page.
Moving the directive inside the module (as part of the Validates module
documentation block) prevents YARD from picking it up while still
applying to the correct scope.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 6ba0543 commit fee7254
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
| 335 | + | |
334 | 336 | | |
335 | 337 | | |
336 | | - | |
| |||
0 commit comments