Skip to content

Commit

Permalink
🐛 OverflowDb Vertex Conversions (#26)
Browse files Browse the repository at this point in the history
* 🐛 Included all vertex types in overflowdb converts

* 🐛 Added schema constraint check to overflowdb driver and improved coverage

* 🐛 Added missing argumentIndex properties

* 🍱 Updated tests for the rest of the drivers
  • Loading branch information
DavidBakerEffendi authored Dec 10, 2020
1 parent e632902 commit aa1b156
Show file tree
Hide file tree
Showing 38 changed files with 2,219 additions and 2,006 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ gradle-app.setting
.classpath
/src/test/resources/conf/SFSRootCAG2.pem
/sootOutput/
/cpgconv/build/
17 changes: 17 additions & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
style = default

maxColumn = 120

align = some
align.openParenCallSite = false
align.openParenDefnSite = false

continuationIndent.defnSite = 2

danglingParentheses = true

rewrite.rules = [
AvoidInfix
RedundantParens
AsciiSortImports
PreferCurlyFors
]
20 changes: 20 additions & 0 deletions cpgconv/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/.gradle/
/build/
/bin/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# IDE
/plume.iml
/.idea/
.project
.settings
.classpath
/sootOutput/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed cpgconv/build/libs/cpgconv-X.X.X.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions cpgconv/build/tmp/jar/MANIFEST.MF

This file was deleted.

Binary file not shown.
2 changes: 0 additions & 2 deletions cpgconv/build/tmp/scala/compilerAnalysis/compileScala.mapping

This file was deleted.

Loading

0 comments on commit aa1b156

Please sign in to comment.