Constant LEVENSHTEIN_THRESHOLD

Source
pub const LEVENSHTEIN_THRESHOLD: usize = 100;
Expand description

The maximum Levenshtein distance for issues to be considered similar.

Determined in tests at the bottom of this file.