-
Notifications
You must be signed in to change notification settings - Fork 18
Add flowR configuration file #391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,89 @@ | ||
| { | ||
| "@context": "https://w3id.org/everse/rs#", | ||
| "@id": "https://w3id.org/everse/tools/flowr", | ||
| "@type": "SoftwareApplication", | ||
| "identifier": "https://github.com/flowr-analysis/flowr", | ||
| "applicationCategory": { | ||
| "@id": "rs:AnalysisCode", | ||
| "@type": "@id" | ||
| }, | ||
| "appliesToProgrammingLanguage": ["TypeScript", "R"], | ||
| "author": "Florian Sihler", | ||
| "description": "A static dataflow analysis framework for R with extensions for VS Code, Positron and R Studio.", | ||
| "hasQualityDimension": [ | ||
| { | ||
| "@id": "dim:reliability", | ||
| "@type": "@id" | ||
| }, | ||
| { | ||
| "@id": "dim:maintainability", | ||
| "@type": "@id" | ||
| }, | ||
| { | ||
| "@id": "dim:security", | ||
| "@type": "@id" | ||
| }, | ||
| { | ||
| "@id": "dim:open_source_software", | ||
| "@type": "@id" | ||
| } | ||
| ], | ||
| "measuresQualityIndicator": [ | ||
| { | ||
| "@id": "https://w3id.org/everse/i/indicators/code_duplication_ok", | ||
| "@type": "@id" | ||
| }, | ||
| { | ||
| "@id": "https://w3id.org/everse/i/indicators/code_smells_ok", | ||
| "@type": "@id" | ||
| }, | ||
| { | ||
| "@id": "https://w3id.org/everse/i/indicators/static_analysis_common_vulnerabilities", | ||
| "@type": "@id" | ||
| }, | ||
| { | ||
| "@id": "https://w3id.org/everse/i/indicators/functional_correctness", | ||
| "@type": "@id" | ||
| }, | ||
| { | ||
| "@id": "https://w3id.org/everse/i/indicators/no_leaked_credentials", | ||
| "@type": "@id" | ||
| }, | ||
|
Comment on lines
+48
to
+51
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. could you provide evidence that flowR can measure that indicator please? |
||
| { | ||
| "@id": "https://w3id.org/everse/i/indicators/coupling_between_objects_ok", | ||
| "@type": "@id" | ||
| }, | ||
| { | ||
| "@id": "https://w3id.org/everse/i/indicators/software_has_tests", | ||
| "@type": "@id" | ||
| }, | ||
|
Comment on lines
+56
to
+59
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. could you provide evidence that flowR can measure that indicator please? |
||
| { | ||
| "@id": "https://w3id.org/everse/i/indicators/dependency_management", | ||
| "@type": "@id" | ||
| }, | ||
| { | ||
| "@id": "https://w3id.org/everse/i/indicators/software_has_license", | ||
| "@type": "@id" | ||
| } | ||
|
Comment on lines
+64
to
+67
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. could you provide evidence that flowR can measure that indicator please? |
||
| ], | ||
| "improvesQualityIndicator": [ | ||
| { | ||
| "@id": "https://w3id.org/everse/i/indicators/code_smells_ok", | ||
| "@type": "@id" | ||
| }, | ||
| { | ||
| "@id": "https://w3id.org/everse/i/indicators/static_analysis_common_vulnerabilities", | ||
| "@type": "@id" | ||
| }, | ||
| { | ||
| "@id": "https://w3id.org/everse/i/indicators/no_leaked_credentials", | ||
| "@type": "@id" | ||
| } | ||
| ], | ||
| "howToUse": ["CI/CD", "command-line", "library"], | ||
| "isAccessibleForFree": true, | ||
| "license": "https://spdx.org/licenses/GPL-3.0-or-later.html", | ||
| "maintainer": "Florian Sihler, flowR Group", | ||
| "name": "flowR", | ||
| "url": "https://github.com/flowr-analysis/flowr" | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.