Skip to content
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

Test deepsource #909

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
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
31 changes: 31 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version = 1

exclude_patterns = [
"vendor/**/*", # Exclude third-party libraries or vendor directories
"**/*.gen.go", # Exclude generated files like .gen.go
"**/*.pb.go", # Exclude protobuf generated files
"**/*_test.go", # Exclude test files ending with _test.go
"tests/**/*", # Exclude test directories
"examples/**/*", # Exclude example directories
"**/*.tmp", # Exclude temporary files with .tmp extension
"**/*.cache", # Exclude cache files or directories
"cmd/**/*",
]

[[analyzers]]
name = "secrets"

[[analyzers]]
name = "shell"

[[analyzers]]
name = "javascript"

[analyzers.meta]
environment = ["nodejs"]

[[analyzers]]
name = "go"

[analyzers.meta]
import_root = "github.com/diadata-org/diadata"
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "util/external/astar-gas-station"]
path = util/external/astar-gas-station
url = [email protected]:AstarNetwork/gas-station.git
1 change: 0 additions & 1 deletion util/external/astar-gas-station
Submodule astar-gas-station deleted from 514d0a