Tushar

Results 99 comments of Tushar

> I think it is happening due to [this](https://github.com/asyncapi/cli/blob/6ba4b47dae33cc04ffa9de1e5786810cae21bff6/test/integration/generate/fromTemplate.test.ts#L152) test specifically. It is testing the `--install` flag and it installs a new template over the internet which is very slow...

Hey @Shurtu-gal anything for these 2 queries https://github.com/asyncapi/cli/issues/1377#issuecomment-2731946177 https://github.com/asyncapi/cli/issues/1377#issuecomment-2705467117 Would help me a lot to debug this. Thanks.

> It still install dependencies even with `localTemplate`. > Ref: https://github.com/asyncapi/cli/blob/6ba4b47dae33cc04ffa9de1e5786810cae21bff6/test/fixtures/minimaltemplate/package.json Ah, okay understood. Thanks so much for clarification.

Hey @Shurtu-gal anything on this for quite sometime we have not observed this error on CI. WDYT.

Hey @yurishkuro can i work on enabling the ``` # definitely a good one, needs cleanup first - name: argument-limit disabled: true ``` As per the [documentation](https://revive.run/docs#available-rules) this specifies the...

Thanks @yurishkuro for you views. Let me look and try to find some better ones to enable. Initially i also though that the rule might not be too useful but...

@yurishkuro I tried enabling the `identical-switch-branches` which spots switch with identical branches and currently it needs some refactoring which results in changes like :- should i work on enabling this...

Hey @yurishkuro was looking at the `range-val-address`. I enabled them and found no errors. Should i go ahead with a PR to enable it? Thanks