newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
176 stars 99 forks source link

Move validate_custom_event validators into validators directory #1089

Closed lrafeei closed 5 months ago

lrafeei commented 6 months ago

Overview

This PR moves validate_custom_event_in_application_stats_engine and validate_custom_event_count into its own separate file within the testing_support/validators directory

github-actions[bot] commented 6 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 24 0 0 2.64s
✅ PYTHON flake8 24 0 1.56s
✅ PYTHON isort 24 0 0 0.27s
✅ PYTHON pylint 24 0 10.86s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_