Skip to content

Commit 75e88fc

Browse files
committed
Qlty
1 parent 5b0e8da commit 75e88fc

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

.codeclimate.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ jobs:
2727
run: |
2828
go install honnef.co/go/tools/cmd/staticcheck@latest
2929
staticcheck ./pkg/... ./cmd/...
30+
- name: Install Qlty CLI
31+
uses: qltysh/qlty-action/install@v1
32+
- name: Run Qlty Check
33+
run: qlty check

.qlty/qlty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude_patterns = [
2+
]

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
<p align="center">
77
<a href="https://github.com/wtetsu/gaze/actions?query=workflow%3ATest"><img src="https://github.com/wtetsu/gaze/workflows/Test/badge.svg" alt="Test" /></a>
88
<a href="https://goreportcard.com/report/github.com/wtetsu/gaze"><img src="https://goreportcard.com/badge/github.com/wtetsu/gaze" alt="Go Report Card" /></a>
9-
<a href="https://codeclimate.com/github/wtetsu/gaze/maintainability"><img src="https://api.codeclimate.com/v1/badges/bd322b9104f5fcd3e37e/maintainability" alt="Maintainability" /></a>
9+
<!-- <a href="https://qlty.sh/gh/wtetsu/projects/gaze"><img src="https://qlty.sh/gh/wtetsu/projects/gaze/maintainability.svg" alt="Maintainability" /></a> -->
1010
<a href="https://codecov.io/gh/wtetsu/gaze"><img src="https://codecov.io/gh/wtetsu/gaze/branch/master/graph/badge.svg" alt="codecov" /></a>
1111
<a href="https://pkg.go.dev/github.com/wtetsu/gaze"><img src="https://pkg.go.dev/badge/github.com/wtetsu/gaze.svg" alt="Go Reference"></a>
1212
</p>
1313

1414

15+
16+
1517
# 👁️Gaze: Save & Run
1618

1719

0 commit comments

Comments
 (0)