Skip to content

Commit

Permalink
Version 1.0.1 (#3)
Browse files Browse the repository at this point in the history
* Start Branch 1.0.0

* eslint fixes

* Removing console.log

* Removing console.log

* update to 1.0.1
  • Loading branch information
tsigle authored Aug 7, 2024
1 parent e65a91b commit 03129ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/DaVinciUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class DaVinciUtil {
flowLinterNodes?.forEach((n) => {
const varSet = this.parseVariableStringValue(n);
varSet.forEach((v) => {
console.log("Looking at variable: ", v.name, v.value);
if (v.name === "include-rules") {
flowLinterOptions.includeRules = v.value.split(/\s*,\s*/);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ping-identity/dvlint",
"version": "1.0.0",
"version": "1.0.1",
"description": "PingOne DaVinci Flow Linter",
"homepage": "https://library.pingidentity.com/page/davinci-linter-cli",
"main": "lib/index.js",
Expand Down

0 comments on commit 03129ec

Please sign in to comment.