Skip to content

Commit

Permalink
feat: added reactions inline keyboard options (#163)
Browse files Browse the repository at this point in the history
* feat: added reactions inline keyboard options
* chore: adjust ent lint
  • Loading branch information
nekomeowww authored Jul 24, 2023
1 parent 2eab00a commit 94f7c8d
Show file tree
Hide file tree
Showing 41 changed files with 6,985 additions and 164 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ issues:
- "if statements should only be cuddled with assignments used in the if statement itself" # from wsl
- "assignments should only be cuddled with other assignments" # from wsl. false positive case: var a bool\nb := true
- "declarations should never be cuddled" # from wsl
exclude-rules:
# Exclude some linters from running on tests files.
- path: ent/.*\.go
linters:
- dupl

276 changes: 266 additions & 10 deletions ent/client.go

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions ent/ent.go

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

161 changes: 161 additions & 0 deletions ent/feedbackchathistoriesrecapsreactions.go

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

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

Loading

0 comments on commit 94f7c8d

Please sign in to comment.