newrelic-python-agent
newrelic-python-agent copied to clipboard
Move validate_custom_event validators into validators directory
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
🦙 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