Skip to content

Commit

Permalink
Merge branch 'free5gc:main' into refactor/sbi-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
tim1207 authored Apr 27, 2024
2 parents 9529486 + 6db6b8a commit 96b4f33
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/commit-msg-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Commit Message Check'

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go langname: golangci-lint
name: golangci-lint

on:
push:
Expand Down
5 changes: 2 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ run:
# output configuration options
output:
# colored-line-number|line-number|json|tab|checkstyle|code-climate, default is "colored-line-number"
format: colored-line-number
formats: colored-line-number
# print lines of code with issue, default is true
print-issued-lines: true
# print linter name in the end of issue text, default is true
Expand Down Expand Up @@ -161,9 +161,8 @@ linters-settings:
# enable or disable analyzers by name
enable:
- atomicalign
enable-all: false
disable:
- shadow
enable-all: false
disable-all: false
depguard:
list-type: blacklist
Expand Down
1 change: 0 additions & 1 deletion internal/nas/nas_security/security.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ func Decode(ue *context.AmfUe, accessType models.AccessType, payload []byte,
}

err = msg.PlainNasDecode(&payload)

if err != nil {
return nil, false, err
}
Expand Down

0 comments on commit 96b4f33

Please sign in to comment.