You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting up typos as part of the diesel CI workflow. While doing that I noticed the following "false" positives:
Detecting "typos" in IPv6 network addresses:
error: `ba` should be `by`, `be`
--> ./diesel_tests/tests/types.rs:1240:71
|
1240 | let value = ipnet::IpNet::V6(ipnet::Ipv6Net::from_str("2001:4f8:3:ba::/64").unwrap());
| ^^
|
Detecting typos in strangely cased words:
error: `Ot` should be `To`, `Of`, `Or`, `Not`
--> ./dsl_auto_type/src/auto_type/case.rs:43:55
|
43 | `SHOUTY_SNAKE_CASE`, `dO_nOt_cHaNgE_cAsE`"
| ^^
|
The text was updated successfully, but these errors were encountered:
I'm setting up typos as part of the diesel CI workflow. While doing that I noticed the following "false" positives:
The text was updated successfully, but these errors were encountered: