about summary refs log tree commit diff
path: root/clippy_lints/src
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2021-07-28 15:06:26 +0200
committerGitHub <noreply@github.com>2021-07-28 15:06:26 +0200
commitbcdf147aafc6d1c365487abd88cb0bc1cf5f2e63 (patch)
treea9b739013e80e51ffeed6fac8e131225fa541301 /clippy_lints/src
parentce465995d89a34a0d438bcd7ea03afb94a049dae (diff)
parentc951a3c68daefb078d7e52e87e3cebbfa9a13f10 (diff)
downloadrust-bcdf147aafc6d1c365487abd88cb0bc1cf5f2e63.tar.gz
rust-bcdf147aafc6d1c365487abd88cb0bc1cf5f2e63.zip
Rollup merge of #7298 - flip1995:ci-switch-to-monster, r=xFrednet,flip1995
Switch CI to new metadata collection

r? `@xFrednet`

Things we have to keep in mind:

- This removes the template files and the scripts used for deployment from the checkout. This was added in #5517. I don't think we ever needed those there. Not sure though.
- ~~As a result, we can't remove the python scripts yet. We have to wait until this hits a stable Clippy release.~~ I'll just break the next stable deploy and do it by hand once.
- This should be merged together with #7279. Me and `@xFrednet` will coordinate the switch
- ...?

I still have to try out some things:

- [x] Is it worth caching? Yes
- [x] ~~Is it worth to do a release build?~~ Nope
- [x] Does it actually work? With a few changes, yes
- [ ] ...?

changelog: Clippy now uses a lint to generate its documentation :tada:
Diffstat (limited to 'clippy_lints/src')
-rw-r--r--clippy_lints/src/utils/internal_lints/metadata_collector.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/utils/internal_lints/metadata_collector.rs b/clippy_lints/src/utils/internal_lints/metadata_collector.rs
index c9234a85dd2..4a6861bd936 100644
--- a/clippy_lints/src/utils/internal_lints/metadata_collector.rs
+++ b/clippy_lints/src/utils/internal_lints/metadata_collector.rs
@@ -32,7 +32,7 @@ use clippy_utils::{
 };
 
 /// This is the output file of the lint collector.
-const OUTPUT_FILE: &str = "../util/gh-pages/metadata_collection.json";
+const OUTPUT_FILE: &str = "../util/gh-pages/lints.json";
 /// These lints are excluded from the export.
 const BLACK_LISTED_LINTS: [&str; 3] = ["lint_author", "deep_code_inspection", "internal_metadata_collector"];
 /// These groups will be ignored by the lint group matcher. This is useful for collections like