Commit 9a9cb66
authored
Add more misspellings to the
Based on misspellings seen in Honeycomb, that affected more than
one app.
Having this fixed list of misspellings isn't ideal (given there will be a long
tail of misspellings not on it), however, short term it allows us to offer
a very specific error message so the majority of apps are fixed by their
owners, whilst still maintaining a low false positive rate (vs a looser regex).
Longer term we'll likely be making the `.python-version` file mandatory,
at which point the error message for that can list out the files in the app
source root (the same way we do for detection errors), which will help
with the long tail cases. (We can also do things like replace unicode or
stray whitespace in the file listing, to make those confusing for the user
cases easier to spot too.)
GUS-W-21320154..python-version filename check (#2051)1 parent 108a416 commit 9a9cb66
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
0 commit comments