-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstandardrb_output.txt
More file actions
38 lines (34 loc) · 1.2 KB
/
standardrb_output.txt
File metadata and controls
38 lines (34 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Warning: AllCops does not support MigratedSchemaVersion parameter.
Supported parameters are:
- RubyInterpreters
- Include
- Exclude
- DefaultFormatter
- DisplayCopNames
- DisplayStyleGuide
- StyleGuideBaseURL
- DocumentationBaseURL
- DocumentationExtension
- ExtraDetails
- StyleGuideCopsOnly
- EnabledByDefault
- DisabledByDefault
- NewCops
- UseCache
- MaxFilesInCache
- CacheRootDirectory
- AllowSymlinksInCacheRootDirectory
- TargetRubyVersion
- ParserEngine
- SuggestExtensions
- ActiveSupportExtensionsEnabled
- StringLiteralsFrozenByDefault
- Enabled
- TargetRailsVersion
Warning: Lint/UselessAccessModifier does not support ContextCreatingMethods parameter.
Supported parameters are:
- Enabled
standard: Use Ruby Standard Style (https://github.com/standardrb/standard)
app/controllers/units_controller.rb:319:15: Rails/Blank: Use `if params[:unit][:photo].blank?` instead of `unless params[:unit][:photo].present?`.
config/initializers/tapioca_solid_queue_fix.rb:12:3: Style/SafeNavigation: Use safe navigation (`&.`) instead of checking if an object exists before calling the method.
standard: Run `standardrb --fix-unsafely` to DANGEROUSLY fix 2 problems.