File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ chose `lint` being the keys because
229
229
- TOML isn't great for nesting complex data structures and we have allow a
230
230
` priority ` field and might allo other lint-level configuration. Organizing
231
231
around ` lint ` makes this cleaner.
232
- - If we add support for packages overiding inherited workspace lints, it likely
232
+ - If we add support for packages overriding inherited workspace lints, it likely
233
233
better maps to a users model to just say the package lint table gets merged
234
234
into the workspace lint table. This is also easier to implement correctly.
235
235
@@ -271,7 +271,7 @@ subsets or disjoint of each other to avoid ambiguity. While this might hold
271
271
today, I'm a bit cautious of putting this requirement on us forever. For
272
272
example, if we merged ` cargo semver-check ` , there are proposed lint groups
273
273
based on what a lint's user-overideable semver-level is which couldn't be
274
- guarenteed to meet these requirements. On the implementation side, this will
274
+ guaranteed to meet these requirements. On the implementation side, this will
275
275
require a new channel to communicate these lints to the tools (unless we infer
276
276
order for flags/config as well) and require them to organize their data in a
277
277
way for it to inferred.
You can’t perform that action at this time.
0 commit comments