sgwozdz / jenkinsfile-support

Visual Studio Code extension
MIT License
33 stars 7 forks source link

False positive problem "not allowed to use stages more than once" #46

Open guilim opened 4 years ago

guilim commented 4 years ago

The plugin marks any stages directive as a problem if repeated multiple times in the Jenkinsfile.

However, it is a valid syntax when used:

sgwozdz commented 4 years ago

That will be hard to fix, for now I will disable this.