Skip to content

Commit 1594886

Browse files
Fix StandardRB linting issues
- Auto-corrected Ruby style issues - Applied standardrb --fix [Automated daily update]
1 parent 970abed commit 1594886

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

spec/services/rpii_verification_service_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
id: "12345",
430430
raw_value: "John Smith (RPII, API)"
431431
})
432-
432+
433433
result = described_class.send(:parse_inspector_item, item)
434434

435435
expect(result).to eq({
@@ -455,7 +455,7 @@
455455
id: "unique-id",
456456
raw_value: "Jane Doe (67890) - RPII"
457457
})
458-
458+
459459
result = described_class.send(:parse_inspector_item, item)
460460

461461
expect(result).to eq({

standardrb_output.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Warning: AllCops does not support MigratedSchemaVersion parameter.
2+
3+
Supported parameters are:
4+
5+
- RubyInterpreters
6+
- Include
7+
- Exclude
8+
- DefaultFormatter
9+
- DisplayCopNames
10+
- DisplayStyleGuide
11+
- StyleGuideBaseURL
12+
- DocumentationBaseURL
13+
- DocumentationExtension
14+
- ExtraDetails
15+
- StyleGuideCopsOnly
16+
- EnabledByDefault
17+
- DisabledByDefault
18+
- NewCops
19+
- UseCache
20+
- MaxFilesInCache
21+
- CacheRootDirectory
22+
- AllowSymlinksInCacheRootDirectory
23+
- TargetRubyVersion
24+
- ParserEngine
25+
- SuggestExtensions
26+
- ActiveSupportExtensionsEnabled
27+
- StringLiteralsFrozenByDefault
28+
- Enabled
29+
- TargetRailsVersion
30+
Warning: Lint/UselessAccessModifier does not support ContextCreatingMethods parameter.
31+
32+
Supported parameters are:
33+
34+
- Enabled

0 commit comments

Comments
 (0)