1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
pub mod adversarial_windows_stubs_no_op;
pub mod backend_patterns_default_stale_vs_compiled;
pub mod backend_self_test_exit_code_four_in_src;
pub mod cli_after_help_documents_system_exit_three;
pub mod daemon_start_no_embedded_detector_fallback;
pub mod detectors_audit_exit_code_three_in_src;
pub mod detectors_dry_run_leaves_filesystem_unchanged;
pub mod detectors_list_phantom_subcommand_in_errors;
pub mod detectors_search_help_detector_count_drift;
pub mod doc_detector_ids_resolve_in_registry;
pub mod doc_guard_state_labels_match_code;
pub mod dogfood_summary_no_pass_dogfood_when_active;
pub mod exclude_paths_flag_not_wired;
pub mod exit_code_system_vs_user;
pub mod exit_codes_lockdown;
pub mod flag_surface;
pub mod format_surface;
pub mod git_diff_non_repo_exits_nonzero;
pub mod git_history_non_repo_exits_nonzero;
pub mod git_history_non_repo_no_clean_summary;
pub mod git_staged_non_repo_clean_error;
pub mod main_defines_user_and_system_exit_codes;
pub mod main_maps_scanner_panic_to_system_exit;
pub mod no_inline_tests_in_src;
pub mod orchestrator_config_honors_keyhog_detectors_env;
pub mod orchestrator_config_honors_keyhog_threads_env;
pub mod orchestrator_defines_live_exit_ten;
pub mod orchestrator_defines_scanner_panic_exit_eleven;
pub mod property_and_concurrent_categories_empty;
pub mod readme_baseline_quickstart_omits_create;
pub mod readme_exit_codes_match_cli_contract;
pub mod readme_license_badge_dual_spdx;
pub mod sarif_information_uri_santhreal;
pub mod scan_git_diff_head_worktree_json_shape;
pub mod scan_help_documents_exit_codes;
pub mod scan_require_gpu_forbids_silent_cpu_fallback;
pub mod stream_progress_line_within_file;