Skip to content

Commit

Permalink
remove Code Climate from project (#933)
Browse files Browse the repository at this point in the history
* remove Code Climate from project

* remove global token
  • Loading branch information
dklimpel authored Jul 3, 2024
1 parent 49e0171 commit c9e7b54
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 57 deletions.
15 changes: 0 additions & 15 deletions .codeclimate.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
env:
global:
- secure: IH/xOtRl9rcek+YTz1s2lv2njdV1gob0AY21/kGhqUBH2sdztQ/02CteGz5E0c+LfqoUYQglLsejVCNLXQJI39CyZRzysB1wlVOz7YIPNaOLATtMGg0/8Mb7dpeqAV1u3agIi87q3ims1EkmGE9UGNj/qL75oTXBiozEfkbcsheH3Ju9CcO0i006UlNqAG4T++l1JZ4kPmr1r5eNjRu52oWQrlxaOYpZJGnT3qjxkvxcnI/Pgiem0+2aZ7Yluu0lA7UCFWyORoDRUz4pQR3uDG4ADPG4WcpJ601LDZyWtS7EOXVBgWZX9vV9ZVx63nK5w0W8NN6PQOuz0niN9iwR+FsShrPIsh6P9wVZfGifwXK4g2FL2XMBRuZCsQfrpRY6JbnuyGeMqN53ta95y0Yv4H65UQ7bulr4Lnic4+W52G/fl1VUYX8Bts+ecUydIu+afcDZ6GkpVLEURjaek99uO5ewHH7lfVAOQv4wUP8GFUyLXJumJZHvMzyiAXsTHdUZdm+Ap8EPzWFYYnMxySU39MEkIvhfG47X6sA7zAppuoNwd8vU4ZaxSdsme2InUSalETGJZ7ohL+M/tkTMyuyq8uLMRuwscNdgcCjGaHM19NQMrv4nsPmmzTeiDRoFk2wad07Mgsjy07esxw52rs3zAsa37+h74GYFWYo523AiYjw=

language: go

go:
Expand Down Expand Up @@ -31,18 +27,9 @@ before_install:
# bash from macOS is too old to have readarray. Install newer version.
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install bash; fi

install:
- ./ci/install.sh

before_script:
- ./ci/before-build.sh

script:
- ./ci/build.sh

after_script:
- ./ci/after-build.sh

deploy:
provider: releases
api_key:
Expand Down
8 changes: 0 additions & 8 deletions ci/after-build.sh

This file was deleted.

8 changes: 0 additions & 8 deletions ci/before-build.sh

This file was deleted.

11 changes: 0 additions & 11 deletions ci/install.sh

This file was deleted.

2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/goss-org/goss
- icon: simple/codeclimate
link: https://codeclimate.com/github/aelsabbahy/goss
- icon: simple/travisci
link: https://travis-ci.org/goss-org/goss
- icon: fontawesome/brands/medium
Expand Down

0 comments on commit c9e7b54

Please sign in to comment.