[VOL-5342] - Install repo:onf-make as a git submodule
.gitmodules
.pre-commit-config.yaml
Makefile
config.mk
lf/README.md
lf/config.mk
lf/include.mk
lf/local/include.mk
lf/onf-make
lf/transition.mk
makefiles/include.mk
makefiles/lint/include.mk
-------------------------
o Added transition.mk -- bridge logic for migrating to repo:onf-make.
o Updated a few paths in makefiles/ to use latest lint and virtualenv
makefiles to workaround some warnings and failures in the case of lint.
Change-Id: I1b5d3e46d57e427950ee772a4555f5f75a817417
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2d66b1e..4d2327f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -35,7 +35,7 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
# -----------------------------------------------------------------------
-# .pre-commit-config-yaml 2024-04-19 v0.4
+# .pre-commit-config-yaml v0.6
# -----------------------------------------------------------------------
# ci:
@@ -115,10 +115,10 @@
## -----------------------------------------------------------------------
## [SOURCE] REUSE License Checking
## -----------------------------------------------------------------------
-# - repo: https://github.com/fsfe/reuse-tool
-# rev: v3.0.2
-# hooks:
-# - id: reuse
+ # - repo: https://github.com/fsfe/reuse-tool
+ # rev: v3.0.2
+ # hooks:
+ # - id: reuse
# - id: add-license-headers
# - repo: https://github.com/ansys/pre-commit-hooks
@@ -166,15 +166,11 @@
# -------------------------------------------------------------------
exclude: |
(?x)^(
- ^jjb/.* |
^makefiles/.* |
^lf/.* |
^.venv/.* |
- ^jenkins-scripts/.* |
- ^lf-ansible/.* |
- ^packer/.* |
- ^test/.* |
- ^jjb/pipeline/voltha/voltha-physical-soak-dt-tests.groovy
+ ^.vendor/.* |
+ ^ignore--end-of-exclusion-marker
)$
# [SEE ALSO]