-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add err repeated when a set is repeated * verify set value is not the same * add docs of new cqllint detections
- Loading branch information
1 parent
d1cb4fb
commit 426007c
Showing
18 changed files
with
314 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
module github.com/FrancoLiberali/cql/cqllint/pkg/analyzer/testdata/src/not_concerned | ||
|
||
go 1.18 | ||
|
||
require ( | ||
gorm.io/gorm v1.25.6 | ||
github.com/FrancoLiberali/cql v0.0.1 | ||
) | ||
|
||
replace github.com/FrancoLiberali/cql => ./../../../../../.. |
2 changes: 1 addition & 1 deletion
2
cqllint/pkg/analyzer/testdata/src/a/order.go → ...lyzer/testdata/src/not_concerned/order.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package a | ||
package not_concerned | ||
|
||
import ( | ||
"github.com/FrancoLiberali/cql" | ||
|
2 changes: 1 addition & 1 deletion
2
cqllint/pkg/analyzer/testdata/src/a/query.go → ...lyzer/testdata/src/not_concerned/query.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package a | ||
package not_concerned | ||
|
||
import ( | ||
"gorm.io/gorm" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
cqllint/pkg/analyzer/testdata/src/a/go.mod → ...pkg/analyzer/testdata/src/repeated/go.mod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.