We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd09100 commit 42c12fcCopy full SHA for 42c12fc
src/tools/tidy/src/fluent_alphabetical.rs
@@ -15,7 +15,7 @@ fn message() -> &'static Regex {
15
}
16
17
fn is_fluent(path: &Path) -> bool {
18
- path.extension().is_some_and(|ext| ext == "flt")
+ path.extension().is_some_and(|ext| ext == "ftl")
19
20
21
fn check_alphabetic(
0 commit comments