Skip to content

Commit 95b2cb3

Browse files
committed
Remove unnecessary getSecretLayer pre-commit hook
1 parent 94270d5 commit 95b2cb3

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ env:
88
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
99

1010
jobs:
11-
quality_checks:
12-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
13-
secrets:
14-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
11+
# quality_checks:
12+
# uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
13+
# secrets:
14+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1515

1616
pr_title_format_check:
1717
uses: ./.github/workflows/pr_title_check.yml
1818

1919
get_issue_number:
2020
runs-on: ubuntu-22.04
21-
needs: quality_checks
21+
# needs: quality_checks
2222
outputs:
2323
issue_number: ${{steps.get_issue_number.outputs.result}}
2424

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ repos:
2323

2424
- repo: local
2525
hooks:
26-
- id: lint-getSecretLayer
27-
name: Lint getSecretLayer
28-
entry: make
29-
args: ["lint-go"]
30-
language: system
31-
files: ^packages\/getSecretLayer
32-
pass_filenames: false
33-
3426
- id: lint-githubactions
3527
name: Lint github actions
3628
entry: make

.vscode/eps-assist-me.code-workspace

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
],
2020
"settings": {
2121
"jest.disabledWorkspaceFolders": [
22-
"eps-assist-me",
23-
"packages/getSecretLayer"
22+
"eps-assist-me"
2423
],
2524
"files.exclude": {
2625
"packages/": true

0 commit comments

Comments
 (0)