Skip to content

Commit

Permalink
feat: remove verbose keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1v3r committed Sep 18, 2021
1 parent dda43f9 commit 0b792e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/check/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var keywords = []string{
"Find", "FindInBatches", "First", "Take", "Last", "Pluck", "Count",
"Scan", "ScanRows", "Row", "Rows",
"Delete", "Unscoped",
"Transaction", "Begin", "Commit", "SavePoint", "RollBack", "RollBackTo", "Scopes",
"Scopes",
}

// Member user input structures
Expand Down

0 comments on commit 0b792e3

Please sign in to comment.