Skip to content

Commit

Permalink
chore: use infra-checkers static analysis settings (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigilioso committed Aug 23, 2022
1 parent 191ecae commit a5ab060
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 100 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/push_pr.yml
Expand Up @@ -21,13 +21,18 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- uses: newrelic/newrelic-infra-checkers@v1
with:
golangci-lint-config: golangci-lint-limited
- name: Semgrep
uses: returntocorp/semgrep-action@v1
with:
auditOn: push
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
continue-on-error: ${{ github.event_name != 'pull_request' }}
with:
only-new-issues: true
Expand Down
99 changes: 0 additions & 99 deletions .golangci.yml

This file was deleted.

0 comments on commit a5ab060

Please sign in to comment.