trilogy-group / cloudfixLinter-demo

Demo repo for Cloudfix Linter for Terraform
MIT License
0 stars 0 forks source link

Extension flow VS CLI only flow #13

Open yogesh-ti opened 1 year ago

yogesh-ti commented 1 year ago

Context

Currently VS Code extension is being installed which in turn runs the script for linter download, and .gitpod.yml file runs the script as well. Problem: This is a demo repo so some clients will have the impression that for using the extension in devspaces, we need both the extension as well as downloading the linter with .gitpod.yml file

Solution

  1. Remove the running of install script from .gitpod.yml in the main branch (keep it for extension use)
  2. Have another branch where extension installation isn't mentioned in .gitpod.yml and the download script is being run instead

Urgency: Low

arleif-dfactory commented 1 year ago

@yogesh-ti You haven't clearly mentioned what the problem is in the first place. What is the relevance of "main branch"? are you suggesting that something else should be done in other branches?

yogesh-ti commented 1 year ago

@yogesh-ti You haven't clearly mentioned what the problem is in the first place. What is the relevance of "main branch"? are you suggesting that something else should be done in other branches?

@arleif-dfactory I've edited the description