-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependencies (Go + webapp) #28
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
e1ab74b
Update common files from starter template and fix linter issues
fmartingr f3e779c
Update Go dependencies
fmartingr 1334045
Update webapp dependencies with security fixes
fmartingr 1132ff2
Address review feedback
fmartingr ca00024
Address CodeRabbit review comments
fmartingr f7d8265
Fix Matrix room alias sanitization and command argument quote-stripping
fmartingr 2429ccd
Fix inverted condition for ConnectedWorkspaces shared channels check
fmartingr e055112
Update README formatting and bump docker-compose postgres to v14
fmartingr e98636b
Fix Matrix room alias fallback collision when channel name sanitizes …
fmartingr b4b1f19
Add development-only notice to docker-compose.yml
fmartingr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,56 +1,66 @@ | ||
| version: "2" | ||
|
|
||
| run: | ||
| timeout: 5m | ||
| modules-download-mode: readonly | ||
|
|
||
| linters: | ||
| default: none | ||
| enable: | ||
| - bidichk | ||
| - errcheck | ||
| - govet | ||
| - ineffassign | ||
| - makezero | ||
| - misspell | ||
| - revive | ||
| - staticcheck | ||
| - unconvert | ||
| - unused | ||
| - whitespace | ||
| settings: | ||
| govet: | ||
| disable: | ||
| - fieldalignment | ||
| enable-all: true | ||
| exclusions: | ||
| generated: lax | ||
| presets: | ||
| - error | ||
| default: none | ||
| enable: | ||
| - bidichk | ||
| - bodyclose | ||
| - errcheck | ||
| - gocritic | ||
| - gosec | ||
| - govet | ||
| - ineffassign | ||
| - makezero | ||
| - misspell | ||
| - modernize | ||
| - nakedret | ||
| - revive | ||
| - staticcheck | ||
| - unconvert | ||
| - unqueryvet | ||
| - unused | ||
| - whitespace | ||
| settings: | ||
| govet: | ||
| enable-all: true | ||
| disable: | ||
| - fieldalignment | ||
| - shadow | ||
| revive: | ||
| rules: | ||
| - name: exported | ||
| disabled: true | ||
| - name: unused-parameter | ||
| disabled: true | ||
| unqueryvet: | ||
| check-sql-builders: true | ||
| exclusions: | ||
| paths: | ||
| - webapp | ||
| - .*/mocks/.* | ||
| rules: | ||
| - path: server/configuration.go | ||
| linters: | ||
| - unused | ||
| - path: _test\.go | ||
| linters: | ||
| - bodyclose | ||
|
|
||
| formatters: | ||
| enable: | ||
| - goimports | ||
| settings: | ||
| gofmt: | ||
| simplify: true | ||
| rewrite-rules: | ||
| - pattern: interface{} | ||
| replacement: any | ||
| exclusions: | ||
| generated: lax | ||
| paths: | ||
| - mock.* | ||
| issues: | ||
| max-issues-per-linter: 0 # no maximum | ||
| max-same-issues: 0 # no maximum | ||
| exclude-rules: | ||
| - linters: | ||
| - revive | ||
| text: unused-parameter | ||
| - linters: | ||
| - gofmt | ||
| path: server/matrix/client.go | ||
| line: 83 | ||
| - linters: | ||
| - gofmt | ||
| path: server/matrix_util.go | ||
| line: 151 | ||
| - linters: | ||
| - gofmt | ||
| path: server/sync_to_matrix.go | ||
| line: 162 | ||
| enable: | ||
| - gofmt | ||
| - gofumpt | ||
| - goimports | ||
| settings: | ||
| gofmt: | ||
| simplify: true | ||
| rewrite-rules: | ||
| - pattern: interface{} | ||
| replacement: any | ||
| goimports: | ||
| local-prefixes: | ||
| - github.com/mattermost/mattermost-plugin-matrix-bridge | ||
This file contains hidden or 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 +1 @@ | ||
| 20.11 | ||
| 24.13.1 |
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.