Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed GTmetrix detector #436

Merged
merged 10 commits into from
Apr 22, 2022
129 changes: 64 additions & 65 deletions pkg/pb/detectorspb/detectors.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/detectors.proto
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ enum DetectorType {
KnapsackPro = 760;
Qase = 761;
Dareboost = 762;
GTMetrics = 763;
GTMetrix = 763;
Holistic = 764;
Parsers = 765;
ScrutinizerCi = 766;
Expand Down