2021-06-16 00:05:44 -05:00
|
|
|
# Summary
|
|
|
|
|
|
|
|
[Introduction](README.md)
|
|
|
|
|
2022-01-21 11:24:43 -06:00
|
|
|
- [Installation](installation.md)
|
|
|
|
- [Usage](usage.md)
|
2021-06-16 00:05:44 -05:00
|
|
|
- [Configuration](configuration.md)
|
2023-01-13 12:38:34 -06:00
|
|
|
- [Lint Configuration](lint_configuration.md)
|
2022-04-17 08:45:44 -05:00
|
|
|
- [Clippy's Lints](lints.md)
|
2021-08-03 15:05:20 -05:00
|
|
|
- [Continuous Integration](continuous_integration/README.md)
|
|
|
|
- [GitHub Actions](continuous_integration/github_actions.md)
|
2022-04-17 09:19:00 -05:00
|
|
|
- [Travis CI](continuous_integration/travis.md)
|
2021-06-16 00:05:44 -05:00
|
|
|
- [Development](development/README.md)
|
|
|
|
- [Basics](development/basics.md)
|
|
|
|
- [Adding Lints](development/adding_lints.md)
|
|
|
|
- [Common Tools](development/common_tools_writing_lints.md)
|
2022-04-17 09:02:33 -05: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 04:39:04 -06:00
|
|
|
- [Syntax Tree Patterns](development/proposals/syntax-tree-patterns.md)
|