- 
                Notifications
    You must be signed in to change notification settings 
- Fork 156
fix(lint): resolve lint issues #5100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| Codecov Report❌ Patch coverage is  Additional details and impacted files@@            Coverage Diff             @@
##           master    #5100      +/-   ##
==========================================
- Coverage   57.47%   57.47%   -0.01%     
==========================================
  Files         308      308              
  Lines       67193    67202       +9     
==========================================
+ Hits        38621    38623       +2     
- Misses      27134    27141       +7     
  Partials     1438     1438              ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
 | 
6d670c8    to
    e26abc1      
    Compare
  
            
          
                internal/interactive/list.go
              
                Outdated
          
        
      | func (m *ListPrompt) View() string { | ||
| s := m.Prompt + "\n\n" | ||
| var builder strings.Builder | ||
| builder.WriteString(m.Prompt) | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could all this calls be merged?
| builder.WriteString(fmt.Sprintf("> %s\n", choice)) | ||
| } else { | ||
| s += choice + "\n" | ||
| builder.WriteString(choice) | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this calls be merged?
| ) | ||
| for _, s := range sg.SecurityGroup.Servers { | ||
| hint += "\nscw instance server update " + s.ID + " security-group.id=$NEW_SECURITY_GROUP_ID" | ||
| hintBuilder.WriteString("\nscw instance server update ") | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could these calls be merged?
e26abc1    to
    f39810e      
    Compare
  
    140fd90    to
    0b89297      
    Compare
  
    0b89297    to
    f16e4a0      
    Compare
  
    
Community Note
Relates OR Closes #0000
Release note for CHANGELOG: