Commit 694c06f
authored
Inverse
# Objective
Currently the `missing_docs` lint is allowed-by-default and enabled at
crate level when their documentations is complete (see #3492).
This PR proposes to inverse this logic by making `missing_docs`
warn-by-default and mark crates with imcomplete docs allowed.
## Solution
Makes `missing_docs` warn at workspace level and allowed at crate level
when the docs is imcomplete.missing_docs logic (#11676)1 parent 55493a8 commit 694c06f
File tree
85 files changed
+149
-123
lines changed- crates
- bevy_a11y/src
- bevy_animation/src
- bevy_app/src
- bevy_asset
- macros/src
- src
- bevy_audio/src
- bevy_core_pipeline/src
- bevy_core/src
- bevy_derive/src
- bevy_diagnostic/src
- bevy_dylib/src
- bevy_dynamic_plugin/src
- bevy_ecs
- examples
- macros/src
- src
- bevy_encase_derive/src
- bevy_gilrs/src
- bevy_gizmos/src
- bevy_gltf/src
- bevy_hierarchy/src
- bevy_input/src
- bevy_internal/src
- bevy_log/src
- bevy_macro_utils/src
- bevy_math/src
- bevy_mikktspace
- examples
- src
- bevy_pbr/src
- bevy_ptr/src
- bevy_reflect/src
- path
- bevy_render
- macros/src
- src
- mesh/primitives
- bevy_scene/src
- bevy_sprite/src
- bevy_tasks
- examples
- src
- bevy_text/src
- bevy_time/src
- bevy_transform/src
- bevy_ui/src
- bevy_utils
- macros/src
- src
- bevy_window/src
- bevy_winit/src
- examples
- 3d
- animation
- app
- asset
- processing
- diagnostics
- ecs
- mobile/src
- reflection
- shader
- stress_tests
- time
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
85 files changed
+149
-123
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
0 commit comments