Skip to content

Commit 09a11ca

Browse files
Bump flatted from 3.3.3 to 3.4.2 in /webapp (#985)
* Bump flatted from 3.3.3 to 3.4.2 in /webapp Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.3 to 3.4.2. - [Commits](WebReflection/flatted@v3.3.3...v3.4.2) --- updated-dependencies: - dependency-name: flatted dependency-version: 3.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Fixing linter issue with govet reading webapp * Fixing year for license files * Excluding path for golangci --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: avasconcelos114 <andre.onogoro@gmail.com>
1 parent b9d32e4 commit 09a11ca

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ linters:
3838
unqueryvet:
3939
check-sql-builders: true
4040
exclusions:
41+
paths:
42+
- webapp/node_modules
4143
rules:
4244
- path: server/configuration.go
4345
linters:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ endif
203203
# weird reports at golangci-lint step
204204
ifneq ($(HAS_SERVER),)
205205
@echo Running golangci-lint
206-
$(GO) vet ./...
206+
$(GO) vet $$($(GO) list ./... | grep -v /webapp/)
207207
$(GOBIN)/golangci-lint run ./...
208-
$(GO) vet -vettool=$(GOBIN)/mattermost-govet -license -license.year=2018 ./...
208+
$(GO) vet -vettool=$(GOBIN)/mattermost-govet -license -license.year=2018 $$($(GO) list ./... | grep -v /webapp/)
209209
endif
210210

211211
## Builds the server, if it exists, for all supported architectures, unless MM_SERVICESETTINGS_ENABLEDEVELOPER is set

webapp/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)