Skip to content

Commit ac4bde9

Browse files
committed
core 6.6
1 parent b11fe17 commit ac4bde9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"webpack-cli": "^5.1.4"
148148
},
149149
"dependencies": {
150-
"@flow-scanner/lightning-flow-scanner-core": "^6.5.1",
150+
"@flow-scanner/lightning-flow-scanner-core": "^6.6.0",
151151
"convert-array-to-csv": "^2.0.0",
152152
"cosmiconfig": "^9.0.0",
153153
"glob": "^13.0.0",

src/commands/handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default class Commands {
114114
});
115115
if (includeBeta === undefined) return;
116116
const betamode = includeBeta === 'Yes';
117-
const allRules = [...core.getRules(), ...(betamode ? core.getBetaRules() : [])];
117+
const allRules = [...core.getRules()];
118118
const currentNames = Object.keys(rules);
119119
// Preselect all rules if no config exists
120120
const isEmptyConfig = currentNames.length === 0;

0 commit comments

Comments
 (0)