Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Add scopes to configuration points
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTreguier committed Apr 15, 2021
1 parent fc03584 commit e19fb8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@
"rpmspec.lint": {
"type": "boolean",
"default": true,
"description": "Lint RPM spec files with rpmlint"
"description": "Lint RPM spec files with rpmlint",
"scope": "machine"
},
"rpmspec.rpmlintPath": {
"type": "string",
"default": "rpmlint",
"description": "Path to 'rpmlint' command"
"description": "Path to 'rpmlint' command",
"scope": "machine"
}
}
}
Expand Down

0 comments on commit e19fb8e

Please sign in to comment.