Ben Schumacher
166a676fe5
Enforce use of any instead of interface{} ( #30588 )
2025-03-31 10:44:34 +02:00
Ibrahim Serdar Acikgoz
de59770797
[MM-51468] import: allow usernames to be uppercase ( #29530 )
2024-12-17 13:27:53 +00:00
Ben Schumacher
0d5a8b8841
Add whitespace linter ( #24855 )
2023-10-11 10:13:36 +02:00
Scott Bishel
15faf4a69c
update to use AppError.Where() to differentiate errors ( #24379 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-09-08 08:17:58 -06:00
Agniva De Sarker
d9a28c1244
MM-52532: Fix golangci warnings for public module ( #23918 )
...
https://mattermost.atlassian.net/browse/MM-52532
```release-note
NONE
```
2023-06-30 20:12:56 +05:30
Agniva De Sarker
c249ba4a66
MM-52532: Fix golangci warnings ( #23709 )
...
https://mattermost.atlassian.net/browse/MM-52532
- Replace golint with revive
- Add makezero linter
- Fix all the required linter failures
Some issues in enterprise and public modules
are yet to be fixed. We send this to expediate things.
2023-06-13 14:08:36 +05:30
Jesse Hallam
bb02b35048
Expose public/ API as submodule ( #23345 )
...
* model -> public/model
* plugin -> public/plugin
* public/model/utils -> public/utils
* platform/shared/mlog -> public/shared/mlog
* platform/shared/i18n -> public/shared/i18n
* platform/shared/markdown -> public/shared/markdown
* platform/services/timezones -> public/shared/timezones
* channels/einterfaces -> einterfaces
* expose public/ submodule
* go mod tidy
* .github: cache-dependency-path, setup-go-work
* modules-tidy for public/ too
* remove old gomodtidy
2023-05-10 13:07:02 -03:00