2021-06-16 05:05:44 +00:00
|
|
|
# Summary
|
|
|
|
|
|
|
|
[Introduction](README.md)
|
|
|
|
|
2022-01-21 17:24:43 +00:00
|
|
|
- [Installation](installation.md)
|
|
|
|
- [Usage](usage.md)
|
2021-06-16 05:05:44 +00:00
|
|
|
- [Configuration](configuration.md)
|
2023-01-13 18:38:34 +00:00
|
|
|
- [Lint Configuration](lint_configuration.md)
|
2022-04-17 13:45:44 +00:00
|
|
|
- [Clippy's Lints](lints.md)
|
2021-08-03 20:05:20 +00:00
|
|
|
- [Continuous Integration](continuous_integration/README.md)
|
|
|
|
- [GitHub Actions](continuous_integration/github_actions.md)
|
2023-12-27 14:07:03 +00:00
|
|
|
- [GitLab CI](continuous_integration/gitlab.md)
|
2022-04-17 14:19:00 +00:00
|
|
|
- [Travis CI](continuous_integration/travis.md)
|
2021-06-16 05:05:44 +00:00
|
|
|
- [Development](development/README.md)
|
|
|
|
- [Basics](development/basics.md)
|
|
|
|
- [Adding Lints](development/adding_lints.md)
|
2023-04-03 15:32:09 +00:00
|
|
|
- [Defining Lints](development/defining_lints.md)
|
2023-04-03 22:13:47 +00:00
|
|
|
- [Writing tests](development/writing_tests.md)
|
2023-04-16 18:42:40 +00:00
|
|
|
- [Lint Passes](development/lint_passes.md)
|
2023-04-05 11:49:34 +00:00
|
|
|
- [Emitting lints](development/emitting_lints.md)
|
2023-04-07 11:08:29 +00:00
|
|
|
- [Type Checking](development/type_checking.md)
|
2023-04-10 16:30:28 +00:00
|
|
|
- [Trait Checking](development/trait_checking.md)
|
2023-04-13 19:57:47 +00:00
|
|
|
- [Method Checking](development/method_checking.md)
|
2023-04-16 15:24:59 +00:00
|
|
|
- [Macro Expansions](development/macro_expansions.md)
|
2021-06-16 05:05:44 +00:00
|
|
|
- [Common Tools](development/common_tools_writing_lints.md)
|
2022-04-17 14:02:33 +00:00
|
|
|
- [Infrastructure](development/infrastructure/README.md)
|
|
|
|
- [Syncing changes between Clippy and rust-lang/rust](development/infrastructure/sync.md)
|
|
|
|
- [Backporting Changes](development/infrastructure/backport.md)
|
|
|
|
- [Updating the Changelog](development/infrastructure/changelog_update.md)
|
|
|
|
- [Release a New Version](development/infrastructure/release.md)
|
|
|
|
- [The Clippy Book](development/infrastructure/book.md)
|
|
|
|
- [Proposals](development/proposals/README.md)
|
|
|
|
- [Roadmap 2021](development/proposals/roadmap-2021.md)
|
2022-11-25 10:39:04 +00:00
|
|
|
- [Syntax Tree Patterns](development/proposals/syntax-tree-patterns.md)
|
2024-03-11 22:32:35 +00:00
|
|
|
- [The Team](development/the_team.md)
|