Skip to content

Commit

Permalink
Remove Go ecosystem config from the Pi rule-type (#1332)
Browse files Browse the repository at this point in the history
Pi only supports NPM and PyPi (and Rust which we don't support on the
Minder side..yet..), so let's not send the Go ecosystem diffs to the
evaluator, where they would be silently skipped.
  • Loading branch information
jhrozek authored Oct 30, 2023
1 parent 941aec2 commit c7bbe5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/github/rule-types/pr_package_intelligence_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ def:
ecosystems:
- name: npm
depfile: package-lock.json
- name: go
depfile: go.sum
- name: pypi
depfile: requirements.txt
# Defines the configuration for evaluating data ingested against the given profile
Expand Down

0 comments on commit c7bbe5a

Please sign in to comment.