Skip to content

Commit

Permalink
Remove deprecated Python implementation. (#333)
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Brown <calebbrown@google.com>
  • Loading branch information
calebbrown committed Feb 24, 2023
1 parent 972deec commit 1e7ad38
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1,134 deletions.
4 changes: 0 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ images

# Ignore Dockerfile - this improve caching.
**/Dockerfile

# Ignore the deprecated Python project
criticality_score
*.py
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'python', 'go' ]
language: [ 'go' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
Expand Down
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Byte-compiled / optimized / DLL files
__pycache__/

# Rope project settings
.ropeproject

# Installing the package locally for development
*.egg-info

# This is for IDEs/Editors
.idea

Expand Down
13 changes: 0 additions & 13 deletions .pylintrc

This file was deleted.

13 changes: 0 additions & 13 deletions criticality_score/__init__.py

This file was deleted.

48 changes: 0 additions & 48 deletions criticality_score/defaults.py

This file was deleted.

212 changes: 0 additions & 212 deletions criticality_score/generate.py

This file was deleted.

0 comments on commit 1e7ad38

Please sign in to comment.