add constants for error codes #1459
test-rules.yaml
on: push
production_rules
1m 48s
staging_rules
1m 58s
Annotations
8 errors
production_rules:
crates/bins/src/bin/datadog_static_analyzer_server/mod.rs#L12
file not found for module `error_codes`
|
production_rules:
crates/bins/src/bin/datadog_static_analyzer_server/mod.rs#L6
unresolved imports `error_codes::ERROR_BAD_ADDRESS`, `error_codes::ERROR_CHANNEL_SENDER_DROPPED`, `error_codes::ERROR_GENERAL`, `error_codes::ERROR_INVALID_ARGUMENT`
|
production_rules:
crates/bins/src/bin/datadog_static_analyzer_server/cli.rs#L15
unresolved imports `crate::datadog_static_analyzer_server::error_codes::ERROR_CHANNEL_DISCONNECTED`, `crate::datadog_static_analyzer_server::error_codes::ERROR_SHUTDOWN_FAILURE`
|
production_rules
Process completed with exit code 101.
|
staging_rules:
crates/bins/src/bin/datadog_static_analyzer_server/mod.rs#L12
file not found for module `error_codes`
|
staging_rules:
crates/bins/src/bin/datadog_static_analyzer_server/mod.rs#L6
unresolved imports `error_codes::ERROR_BAD_ADDRESS`, `error_codes::ERROR_CHANNEL_SENDER_DROPPED`, `error_codes::ERROR_GENERAL`, `error_codes::ERROR_INVALID_ARGUMENT`
|
staging_rules:
crates/bins/src/bin/datadog_static_analyzer_server/cli.rs#L15
unresolved imports `crate::datadog_static_analyzer_server::error_codes::ERROR_CHANNEL_DISCONNECTED`, `crate::datadog_static_analyzer_server::error_codes::ERROR_SHUTDOWN_FAILURE`
|
staging_rules
Process completed with exit code 101.
|