Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <[email protected]>
  • Loading branch information
batazor committed Sep 7, 2024
1 parent dfc68ad commit 9dc779e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
"matchManagers": ["gomod"],
"matchPackagePatterns": ["^github.com/shortlink-org/shortlink$"],
"ignoreDeps": ["github.com/shortlink-org/shortlink"]
},
{
"matchPackageNames": ["@mui/icons-material", "@mui/material", "@mui/system", "@mui/material-nextjs", "@mui/styled-engine-sc"],
"enabled": false
}
]
}
2 changes: 1 addition & 1 deletion .gitlab/ci/pipelines/test/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ golint:
- .go-cache
- .job_teplate_go
image:
name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:v1.60.1-alpine
name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:v1.60.3-alpine
entrypoint: [""]
before_script:
- apk add --no-cache jq
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: gitleaks

- repo: https://github.com/golangci/golangci-lint
rev: v1.60.1
rev: v1.60.3
hooks:
- id: golangci-lint

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/shortlink-org/shortlink/releases) page.

> [!NOTE]
> We use [git-cliff](https://git-cliff.org/) for generating the changelog.
3 changes: 3 additions & 0 deletions ops/Makefile/docs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ docs: ## Generate documentation
check-link: ## Check if all links in the documentation are valid
-npm install -g markdown-link-check
@find . \( -type d -name '*vendor*' -o -type d -name '*node_modules*' \) -prune -o -name \*.md -print0 | xargs -0 -n1 markdown-link-check -q

changelog: ## Generate changelog
@git cliff --unreleased

0 comments on commit 9dc779e

Please sign in to comment.