-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add four new static analysis tool from XJTU-ENRE group in GitHub (#1623)
* Add new tools' .yml file: ENRE-cpp, ENRE-java, ENRE-py, ENRE-ts. * update enre-cpp.yml
- Loading branch information
1 parent
8067165
commit 070c769
Showing
4 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: ENRE-cpp | ||
categories: | ||
- linter | ||
tags: | ||
- c | ||
- cpp | ||
license: LGPL-2.1 license | ||
types: | ||
- cli | ||
source: 'https://github.com/xjtu-enre/ENRE-cpp' | ||
homepage: 'https://github.com/xjtu-enre/ENRE-cpp' | ||
description: >- | ||
ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. | ||
ENRE-cpp is a ENtity Relationship Extractor for C/C++ based on @eclipse/CDT. (Under development) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: ENRE-java | ||
categories: | ||
- linter | ||
tags: | ||
- java | ||
license: LGPL-2.1 license | ||
types: | ||
- cli | ||
source: 'https://github.com/xjtu-enre/ENRE-java' | ||
homepage: 'https://github.com/xjtu-enre/ENRE-java' | ||
description: >- | ||
ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. | ||
ENRE-java is a ENtity Relationship Extractor for Java projects based on @Eclipse JDT/parser. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: ENRE-py | ||
categories: | ||
- linter | ||
tags: | ||
- python | ||
license: LGPL-2.1 license | ||
types: | ||
- cli | ||
source: 'https://github.com/xjtu-enre/ENRE-py' | ||
homepage: 'https://github.com/xjtu-enre/ENRE-py' | ||
description: >- | ||
ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. | ||
ENRE-py is a ENtity Relationship Extractor for Python based on Python Language Services of The Standard Library. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: ENRE-ts | ||
categories: | ||
- linter | ||
tags: | ||
- typescript | ||
license: LGPL-2.1 license | ||
types: | ||
- cli | ||
source: 'https://github.com/xjtu-enre/ENRE-ts' | ||
homepage: 'https://github.com/xjtu-enre/ENRE-ts' | ||
description: >- | ||
ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. | ||
ENRE-ts is a ENtity Relationship Extractor for ECMAScript and TypeScript based on @babel/parser. | ||