Skip to content

Commit 4bf750b

Browse files
authored
📝 Remove code climate references (#113)
<!-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved. SPDX-License-Identifier: Proprietary --> ### Description This removes code climate references in files as we have now migrated to Qlty Cloud. _NB: The work to integrate Qlty Cloud changes will be a separate PR as it's dependent on the existence of a repo/organisation level secret for authentication with Qlty._ ### Test Coverage <!-- Please put an `x` in the correct box e.g. `[x]` to indicate the testing coverage of this change. --> - [ ] This change is covered by existing or additional automated tests. - [ ] Manual testing has been performed (and evidence provided) as automated testing was not feasible. - [X] Additional tests are not required for this change (e.g. documentation update).
1 parent 82d6c45 commit 4bf750b

File tree

4 files changed

+6
-27
lines changed

4 files changed

+6
-27
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,6 @@ jobs:
7777
version: latest
7878
working-directory: ${{ matrix.go-module }}
7979
args: "--verbose --print-issued-lines --print-linter-name --out-${NO_FUTURE}format colored-line-number --timeout 300s --max-issues-per-linter 0 --max-same-issues 0"
80-
# FIXME Send coverage to code climate
81-
#
82-
# - if: ${{ startsWith(matrix.os, 'ubuntu') }}
83-
# name: Test [${{ matrix.go-module }} on ${{ matrix.os }}] & Publish Code Coverage
84-
# uses: paambaati/[email protected]
85-
# env:
86-
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
87-
# with:
88-
# debug: true
89-
# workingDirectory: ${{ matrix.go-module }}
90-
# coverageCommand: go test -race -cover -v -coverprofile ${{ matrix.go-module }}_coverage.out ./...
91-
# prefix: github.com/ARM-software/${{ github.event.repository.name }}/${{ matrix.go-module }}
92-
# coverageLocations:
93-
# "${{github.workspace}}/${{ matrix.go-module }}/${{ matrix.go-module }}_coverage.out:gocov"
94-
# - if: ${{ startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macOS') }}
9580
- name: Test ${{ matrix.go-module }} on ${{ matrix.os }}
9681
run: go test -race -cover -v ./...
9782
working-directory: ${{ matrix.go-module }}

.secrets.baseline

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
{
6767
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
6868
},
69+
{
70+
"path": "detect_secrets.filters.common.is_baseline_file",
71+
"filename": ".secrets.baseline"
72+
},
6973
{
7074
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
7175
"min_level": 2
@@ -101,5 +105,5 @@
101105
}
102106
],
103107
"results": {},
104-
"generated_at": "2025-04-28T23:41:43Z"
108+
"generated_at": "2025-06-12T11:22:54Z"
105109
}

DEVELOPMENT.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,6 @@ If you want to manually run all pre-commit hooks on a repository without creatin
4949

5050
To run individual hooks use `pre-commit run <hook_id>`.
5151

52-
## Code Climate
53-
54-
Code Climate is integrated with our GitHub flow. Failing the configured rules will yield a pull request not mergeable.
55-
56-
If you prefer to view the Code Climate report on your machine, prior to sending a pull request, you can use the [cli provided by Code Climate](https://docs.codeclimate.com/docs/command-line-interface).
57-
58-
Plugins for various tools are also available:
59-
- [Atom](https://docs.codeclimate.com/docs/code-climate-atom-package)
60-
- [PyCharm](https://plugins.jetbrains.com/plugin/13306-code-cleaner-with-code-climate-cli)
61-
- [Vim](https://docs.codeclimate.com/docs/vim-plugin)
62-
6352
# Dependency upgrades
6453

6554
For dependency upgrades, dependabot is relied upon and news files are auto-generated in order to document such change.

changes/20250612122250.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:memo: Remove code climate references

0 commit comments

Comments
 (0)