You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -547,9 +547,12 @@
547
547
"seeded-randomness",
548
548
"absolute-file-paths",
549
549
"unused-definitions",
550
+
"network-functions",
550
551
"dataframe-access-validation",
551
552
"dead-code",
552
-
"useless-loop"
553
+
"useless-loop",
554
+
"problematic-eval",
555
+
"stop-call"
553
556
],
554
557
"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."
0 commit comments