File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed
Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 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 ( {
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 ( {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments