Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Edit analyzer name
Browse files Browse the repository at this point in the history
  • Loading branch information
1uf3 committed Mar 29, 2022
1 parent 8f5c133 commit 34afe54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execinquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const doc = "execinquery is a linter about query string checker in Query functio

// Analyzer is checking database/sql pkg Query's function
var Analyzer = &analysis.Analyzer{
Name: "sqlint",
Name: "execinquery",
Doc: doc,
Run: run,
Requires: []*analysis.Analyzer{
Expand Down

0 comments on commit 34afe54

Please sign in to comment.