Skip to content

Commit

Permalink
Cleanup some unused references
Browse files Browse the repository at this point in the history
Summary: This just cleans up some stale references.

Test Plan: Minor cleanup, doesn't affect any behavior.

Reviewers: michelle, philkuz

Reviewed By: michelle

Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>

Differential Revision: https://phab.corp.pixielabs.ai/D11243

GitOrigin-RevId: 8b3fde4
  • Loading branch information
vihangm authored and copybaranaut committed Apr 18, 2022
1 parent 3c8df5b commit 2d76524
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .arclint
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@
"script-and-regex.regex": "/^(?P<file>.*): (?P<message>.*)$/m"
},
"filename": {
"type": "filename",
"exclude": [
"(^credentials/certs/accounts/)"
]
"type": "filename"
},
"flake8": {
"type": "flake8",
Expand Down
2 changes: 0 additions & 2 deletions scripts/load_dev_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ fi
namespace=""
repo_path=$(bazel info workspace)
versions_file="${repo_path}/src/utils/artifacts/artifact_db_updater/VERSIONS.json"
certs_path="${repo_path}/credentials/certs/dev/certs.yaml"
certs_decoded_path="${repo_path}/credentials/certs/dev/certs_dec.yaml"
while true; do
if [[ "$1" == "--help" ]]; then
usage
Expand Down

0 comments on commit 2d76524

Please sign in to comment.