Skip to content

Conversation

@traumschule
Copy link
Collaborator

@traumschule traumschule commented Jan 27, 2022

Should we note that 3GB space are needed?

linting

$ yarn lint                                                                                                                                                                                                                      
yarn run v1.22.15                                                                                                                                                                                                                                              
$ eslint ./src --ext .ts                                                                                                                                                                                                                                       
=============                                                                                                                  
                                                                                                                                                                                                                                                               
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.                                                                                                                          
                                                                                                                                                                                                                                                               
You may find that it works just fine, or you may not.                                                                                                                                                                                                          
                                                                                                                                                                                                                                                               
SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <3.10.0                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                               
YOUR TYPESCRIPT VERSION: 4.4.3                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                               
Please only submit bug reports when using the officially supported version.                                                                                                                                                                                    
                                                                                                                                                                                                                                                               
=============                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/Api.ts                                                                                                                                                                                                                       
   78:96  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                                
   98:79  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                                
  176:3   warning  Missing return type on function           @typescript-eslint/explicit-module-boundary-types                                                                                                                                                 
  206:3   warning  Missing return type on function           @typescript-eslint/explicit-module-boundary-types                                                                                                                                                 
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/Types.ts                                                                                                                                                                                                                     
  242:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                                
  259:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                                
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/base/AccountsCommandBase.ts                                                                  
  135:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                                
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/base/ApiCommandBase.ts                                                                                                                                                                                                       
  252:83   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  267:44   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  301:62   warning  Forbidden non-null assertion              @typescript-eslint/no-non-null-assertion                                                                                                                                                         
  301:78   warning  Forbidden non-null assertion              @typescript-eslint/no-non-null-assertion                                                                                                                                                         
  331:86   warning  Forbidden non-null assertion              @typescript-eslint/no-non-null-assertion                                                                                                                                                         
  332:101  warning  Forbidden non-null assertion              @typescript-eslint/no-non-null-assertion                                                                                                                                                         
  338:20   warning  Forbidden non-null assertion              @typescript-eslint/no-non-null-assertion                                                                                                                                                         
  391:25   warning  Forbidden non-null assertion              @typescript-eslint/no-non-null-assertion                                                                                                                                                         
  396:10   warning  Forbidden non-null assertion              @typescript-eslint/no-non-null-assertion                                                                                                                                                         
  526:33   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  530:17   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  550:43   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  550:53   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  575:72   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/base/DefaultCommandBase.ts                                                                                                                                                                                                   
   15:3   warning  Missing return type on function                     @typescript-eslint/explicit-module-boundary-types                                                                                                                                       
   20:3   warning  Missing return type on function                     @typescript-eslint/explicit-module-boundary-types                                                                                                                                       
   25:3   warning  Missing return type on function                     @typescript-eslint/explicit-module-boundary-types                                                                                                                                       
   68:46  warning  Unexpected any. Specify a different type            @typescript-eslint/no-explicit-any                                                                                                                                                      
   72:47  warning  Unexpected any. Specify a different type            @typescript-eslint/no-explicit-any                                                                                                                                                      
   83:30  warning  Unexpected any. Specify a different type            @typescript-eslint/no-explicit-any                                                                                                                                                      
   92:30  warning  Unexpected any. Specify a different type            @typescript-eslint/no-explicit-any                                                                                                                                                      
  105:3   warning  Missing return type on function                     @typescript-eslint/explicit-module-boundary-types                                                                                                                                       
  114:3   warning  Missing return type on function                     @typescript-eslint/explicit-module-boundary-types                                                                                                                                       
 114:17  warning  Argument 'err' should be typed with a non-any type  @typescript-eslint/explicit-module-boundary-types                                                                                                                                       
  114:22  warning  Unexpected any. Specify a different type            @typescript-eslint/no-explicit-any                                                                                                                                                      
  124:3   warning  Missing return type on function                     @typescript-eslint/explicit-module-boundary-types                                                                                                                                       
                                                                                                                               
/home/joystream/joystream/cli/src/base/StateAwareCommandBase.ts                                                                                                                                                                                                
   16:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                                
  128:3   warning  Missing return type on function           @typescript-eslint/explicit-module-boundary-types                                                                                                                                                 
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/commands/api/getUri.ts                                                                                                                                                                                                       
  7:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                             
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/commands/api/inspect.ts                                                                                                                                                                                                      
   78:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                           
  165:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                           
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/commands/content/createChannel.ts                                                                                                                                                                                            
  72:23  warning  Forbidden non-null assertion  @typescript-eslint/no-non-null-assertion                                                                                                                                                                       
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/commands/content/curatorGroups.ts                                                                                                                                                                                            
  8:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                             
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/commands/council/info.ts                                                                                                                                                                                                     
  11:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                            
  52:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                            
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/commands/working-groups/application.ts                                                                                                                                                                                       
  19:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                            
                                                                                                                               
/home/joystream/joystream/cli/src/commands/working-groups/opening.ts                                                                                                                                                                                           
  23:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                            
  35:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                            
  43:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                            
  51:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                            
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/commands/working-groups/openings.ts                                                                                                                                                                                          
  11:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                            
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/commands/working-groups/overview.ts                                                                                                                                                                                          
  13:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                            
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/commands/working-groups/setDefaultGroup.ts                                                                                                                                                                                   
  9:3  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                             
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/graphql/generated/queries.ts                                                                                                                                                                                                 
  17:9   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                                 
  18:18  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                                 
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/graphql/generated/schema.ts                                                                                                                                                                                                  
  13:13  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                                 
  15:11  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                                 
  17:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                                 
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/helpers/InputOutput.ts                                                                                                                                                                                                       
  44:40  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any                                                                                                                                                      
  53:82  warning  Argument 'data' should be typed with a non-any type  @typescript-eslint/explicit-module-boundary-types                                                                                                                                       
  53:88  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any                                                                                                                                                      
  69:62  warning  Argument 'data' should be typed with a non-any type  @typescript-eslint/explicit-module-boundary-types                                                                                                                                       
  69:68  warning  Unexpected any. Specify a different type             @typescript-eslint/no-explicit-any                                                                                                                                                      
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/helpers/JsonSchemaPrompt.ts                                                                  
    8:41   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
   36:61   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
   37:23   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
   78:14   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  116:35   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  156:25   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  156:33   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  160:73   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  182:60   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  218:101  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  218:109  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  236:16   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any                                                                                                                                                               
  251:3    warning  Missing return type on function           @typescript-eslint/explicit-module-boundary-types                                                                                                                                                
  255:3    warning  Missing return type on function           @typescript-eslint/explicit-module-boundary-types                                                                                                                                                
  276:23   warning  Forbidden non-null assertion              @typescript-eslint/no-non-null-assertion                                                                                                                                                         
  280:3    warning  Missing return type on function           @typescript-eslint/explicit-module-boundary-types                                                                                                                                                
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/helpers/promptOptions.ts                                                                                                                                                                                                     
  4:8  warning  Missing return type on function  @typescript-eslint/explicit-module-boundary-types                                                                                                                                                             
                                                                                                                                                                                                                                                               
/home/joystream/joystream/cli/src/helpers/serialization.ts                                                                                                                                                                                                     
  16:72  warning  Argument 'anyObject' should be typed with a non-any type  @typescript-eslint/explicit-module-boundary-types                                                                                                                                  
  16:83  warning  Unexpected any. Specify a different type                  @typescript-eslint/no-explicit-any                                                                                                                                                 
                                                                                                                               
/home/joystream/joystream/cli/src/validators/common.ts                                                                                                                                                                                                         
   6:26  warning  Unexpected any. Specify a different type              @typescript-eslint/no-explicit-any                                                                                                                                                     
   8:44  warning  Missing return type on function                       @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
   8:45  warning  Argument 'value' should be typed with a non-any type  @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
   8:52  warning  Unexpected any. Specify a different type              @typescript-eslint/no-explicit-any                                                                                                                                                     
  14:55  warning  Missing return type on function                       @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
  14:56  warning  Argument 'value' should be typed with a non-any type  @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
  14:63  warning  Unexpected any. Specify a different type              @typescript-eslint/no-explicit-any                                                                                                                                                     
  19:55  warning  Missing return type on function                       @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
  19:56  warning  Argument 'value' should be typed with a non-any type  @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
  19:63  warning  Unexpected any. Specify a different type              @typescript-eslint/no-explicit-any                                                                                                                                                     
  24:58  warning  Missing return type on function                       @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
  24:59  warning  Argument 'value' should be typed with a non-any type  @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
  24:66  warning  Unexpected any. Specify a different type              @typescript-eslint/no-explicit-any                                                                                                                                                     
  29:58  warning  Missing return type on function                       @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
  29:59  warning  Argument 'value' should be typed with a non-any type  @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
  29:66  warning  Unexpected any. Specify a different type              @typescript-eslint/no-explicit-any                                                                                                                                                     
  34:72  warning  Missing return type on function                       @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
  34:73  warning  Argument 'value' should be typed with a non-any type  @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
  34:80  warning  Unexpected any. Specify a different type              @typescript-eslint/no-explicit-any                                                                                                                                                     
  45:28  warning  Missing return type on function                       @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
  47:26  warning  Missing return type on function                       @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
  50:26  warning  Missing return type on function                       @typescript-eslint/explicit-module-boundary-types                                                                                                                                      
                                                                                                                                                                                                                                                               
✖ 101 problems (0 errors, 101 warnings

@vercel
Copy link

vercel bot commented Jan 27, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/joystream/pioneer-testnet/6MYQdwwxVbLZiGfBncYqqWFKKhrA
✅ Preview: Canceled

@traumschule traumschule mentioned this pull request Jan 27, 2022
traumschule added a commit to traumschule/helpdesk that referenced this pull request Feb 4, 2022
Remove outdated information and refer to official CLI instructions (even better with Joystream/joystream#3122)
@traumschule traumschule closed this Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant