Skip to content

Commit f59d35f

Browse files
authored
added missing default linting rules (#369)
1 parent 499b443 commit f59d35f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,12 @@
547547
"seeded-randomness",
548548
"absolute-file-paths",
549549
"unused-definitions",
550+
"network-functions",
550551
"dataframe-access-validation",
551552
"dead-code",
552-
"useless-loop"
553+
"useless-loop",
554+
"problematic-eval",
555+
"stop-call"
553556
],
554557
"markdownDescription": "The names of the linting rules that should be enabled. See [the wiki](https://github.com/flowr-analysis/flowr/wiki/Linter#linting-rules) for a list of linting rules and their identifiers. An empty array causes all linting rules to be enabled."
555558
},

0 commit comments

Comments
 (0)