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

fix: python rules #439

Merged
merged 2 commits into from
Jun 3, 2024
Merged

fix: python rules #439

merged 2 commits into from
Jun 3, 2024

Conversation

elsapet
Copy link
Collaborator

@elsapet elsapet commented Jun 3, 2024

Description

  • Fix pattern issue in Airbrake rule
  • Fix typo in pattern variable for deserialization rule

It seems these kinds of issues are not picked up by our schema validator or by the bearer-rules unit tests, but rather cause null pointer issues in the engine when run on real-world repositories (which is done manually as part of the release process). We need to investigate why the unit tests for these two rules were able to pass -- seems strange that they were working 🤔

Checklist

If this is your first time contributing please sign the CLA

  • My rule has adequate metadata to explain its use.

@elsapet elsapet requested a review from gotbadger June 3, 2024 11:28
@gotbadger
Copy link
Contributor

Its strange because CI is just running on a project. Maybe its something to do with just being a single rule in CI?

@elsapet
Copy link
Collaborator Author

elsapet commented Jun 3, 2024

Maybe its something to do with just being a single rule in CI?
Possibly 🤔

@elsapet elsapet merged commit 9da9ae2 into main Jun 3, 2024
25 checks passed
@elsapet elsapet deleted the fix/python-rules branch June 3, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants