diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96d85e6..5029076 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,15 +3,17 @@ repos: - repo: https://github.com/gitleaks/gitleaks - rev: v8.29.0 + rev: v8.30.1 hooks: - id: gitleaks -- repo: https://github.com/golangci/golangci-lint - rev: v2.6.1 - hooks: - - id: golangci-lint - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace + args: + - --markdown-linebreak-ext=md +- repo: https://codeberg.org/fsfe/reuse-tool + rev: v6.2.0 + hooks: + - id: reuse diff --git a/design/design-metricfunc.rst b/design/design-metricfunc.rst index fa2eee4..0123bbb 100644 --- a/design/design-metricfunc.rst +++ b/design/design-metricfunc.rst @@ -72,4 +72,3 @@ Sample output from API Service {"nfType":"GNB","nfStatus":"Disconnected","nfName":"208:93:000112"}, {"nfType":"GNB","nfStatus":"Disconnected","nfName":"208:93:000102"} ] - diff --git a/design/design-smf.rst b/design/design-smf.rst index 13e4ca5..cb5581f 100644 --- a/design/design-smf.rst +++ b/design/design-smf.rst @@ -24,4 +24,3 @@ may not support connections from multiple SMF instances using the same Node-ID. - Receives custom PFCP messages from SMF instances when deployed - Intercepts and modifies specific fields before forwarding PFCP messages to the actual UPF - Performs similar processing for responses from UPF back to SMF instances - diff --git a/developer/auto-scaling-5g-nfs.rst b/developer/auto-scaling-5g-nfs.rst index 1739e13..372e6c3 100644 --- a/developer/auto-scaling-5g-nfs.rst +++ b/developer/auto-scaling-5g-nfs.rst @@ -172,4 +172,3 @@ Add an empty autoscale.yaml in aiab folder. This file can be used to add overrid .. code-block:: bash touch autoscale.yaml - diff --git a/overview/faq.rst b/overview/faq.rst index e0bcf6e..8e8c0e4 100644 --- a/overview/faq.rst +++ b/overview/faq.rst @@ -48,4 +48,3 @@ Frequently Asked Questions Limited scale testing has been performed to evaluate control plane subscriber capacity and transaction rates. Formal performance results will be published in the release notes and testing sections as they become available. - diff --git a/release/process.rst b/release/process.rst index 52dda13..ed2f2e8 100644 --- a/release/process.rst +++ b/release/process.rst @@ -134,4 +134,3 @@ If a fix is needed to the components/containers that are included by the helm ch sdcore-system-tests and helm charts. 4. Update helm charts and go through the helm chart update process above - diff --git a/testing/acceptance_specification.rst b/testing/acceptance_specification.rst index 4dcdc0c..de986a2 100644 --- a/testing/acceptance_specification.rst +++ b/testing/acceptance_specification.rst @@ -329,4 +329,3 @@ Application Services Aether uses Rancher to onboard applications to ACE. Each ACE host will be provided with access to rancher to onboard applications on their ACE cluster. -