Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,12 @@
"seeded-randomness",
"absolute-file-paths",
"unused-definitions",
"network-functions",
"dataframe-access-validation",
"dead-code",
"useless-loop"
"useless-loop",
"problematic-eval",
"stop-call"
],
"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."
},
Expand Down
Loading