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

Enabling dependabot #74

Merged
merged 1 commit into from
May 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Enabling dependabot
phoinixgrr authored May 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit cf3caa2cc523c087316580b085149a726112e694
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Enable version updates for GOLang dependencies
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"

Unchanged files with check annotations Beta

return availableMemes
}
func (p *Plugin) ServeHTTP(c *plugin.Context, w http.ResponseWriter, r *http.Request) {

Check failure on line 153 in server/plugin.go

GitHub Actions / plugin-ci / lint

unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
p.router.ServeHTTP(w, r)
}
func (p *Plugin) ExecuteCommand(c *plugin.Context, args *model.CommandArgs) (*model.CommandResponse, *model.AppError) {

Check failure on line 157 in server/plugin.go

GitHub Actions / plugin-ci / lint

unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
siteURL := p.GetSiteURL()
input := strings.TrimSpace(strings.TrimPrefix(args.Command, "/meme"))
package main
var manifest = struct {

Check failure on line 5 in server/manifest.go

GitHub Actions / plugin-ci / lint

var `manifest` is unused (unused)
ID string
Version string
}{
}
slots = append(slots, textSlot)
}
return

Check failure on line 81 in server/memelibrary/metadata.go

GitHub Actions / plugin-ci / lint

naked return in func `TextSlots` with 39 lines of code (nakedret)
}
padding := bounds.Dy() / 20