Skip to content

Commit

Permalink
Merge pull request #448 from meshtastic/graph/deprecated-code-removal
Browse files Browse the repository at this point in the history
Remove non-functional graph infrastructure
  • Loading branch information
ajmcquilkin authored Feb 19, 2024
2 parents f809520 + ffc7367 commit 9d68672
Show file tree
Hide file tree
Showing 70 changed files with 666 additions and 7,744 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "src-tauri/protobufs"]
path = src-tauri/protobufs
url = https://github.com/meshtastic/protobufs.git
66 changes: 36 additions & 30 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,38 @@
{
"$schema": "https://biomejs.dev/schemas/1.3.3/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2,
"ignore": [
"src/bindings/index.ts"
]
},
"organizeImports": {
"enabled": true
},
"linter": {
"ignore": [
"src/bindings/index.ts"
],
"enabled": true,
"rules": {
"all": true,
"correctness": {
"useExhaustiveDependencies": "warn"
},
"suspicious": {
"noDoubleEquals": "warn"
},
"style": {
"noImplicitBoolean": "off"
}
}
}
"$schema": "https://biomejs.dev/schemas/1.3.3/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2,
"ignore": [
"src/bindings/index.ts"
]
},
"organizeImports": {
"enabled": true
},
"linter": {
"ignore": [
"src/bindings/index.ts"
],
"enabled": true,
"rules": {
"all": true,
"complexity": {
"useSimplifiedLogicExpression": "off"
},
"correctness": {
"useExhaustiveDependencies": "off"
},
"performance": {
"noAccumulatingSpread": "off"
},
"suspicious": {
"noDoubleEquals": "warn"
},
"style": {
"noImplicitBoolean": "off"
}
}
}
}
1 change: 0 additions & 1 deletion src-tauri/protobufs
Submodule protobufs deleted from 2ccf73
125 changes: 0 additions & 125 deletions src-tauri/src/analytics/README.md

This file was deleted.

173 changes: 0 additions & 173 deletions src-tauri/src/analytics/algorithms/articulation_point/mod.rs

This file was deleted.

19 changes: 0 additions & 19 deletions src-tauri/src/analytics/algorithms/articulation_point/results.rs

This file was deleted.

Loading

0 comments on commit 9d68672

Please sign in to comment.