Skip to content

Commit

Permalink
Merge pull request #334 from trussworks/barry-remove-tests
Browse files Browse the repository at this point in the history
removing tests
  • Loading branch information
rpdelaney authored Nov 17, 2022
2 parents 6182d37 + 7e674fb commit 17d3cc2
Show file tree
Hide file tree
Showing 11 changed files with 79 additions and 1,086 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/tidy.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .golangci.yml

This file was deleted.

20 changes: 13 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@ repos:
args:
- --autofix
- id: trailing-whitespace
- id: check-symlinks
- id: end-of-file-fixer
- id: mixed-line-ending
args: [--fix=lf]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
hooks:
- id: mdformat
additional_dependencies:
- mdformat-gfm
- mdformat-toc
# mdformat fights with terraform_docs
exclude: README.m(ark)?d(own)?

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
Expand All @@ -28,10 +38,6 @@ repos:
rev: v1.76.0
hooks:
- id: terraform_docs
args:
- --args=--config=.terraform-docs.yml
- id: terraform_fmt

- repo: https://github.com/golangci/golangci-lint
rev: v1.50.1
hooks:
- id: golangci-lint
entry: golangci-lint run --fix --timeout 300s
4 changes: 4 additions & 0 deletions .terraform-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
settings:
html: false
anchor: false
formatter: "markdown table"
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ ensure_pre_commit: .git/hooks/pre-commit ## Ensure pre-commit is installed
pre_commit_tests: ensure_pre_commit ## Run pre-commit tests
pre-commit run --all-files --show-diff-on-failure

.PHONY: test
test: pre_commit_tests
go test -count 1 -v -timeout 90m ./test/...

.PHONY: clean
clean:
rm -f .*.stamp
141 changes: 62 additions & 79 deletions README.md

Large diffs are not rendered by default.

98 changes: 0 additions & 98 deletions go.mod

This file was deleted.

Loading

0 comments on commit 17d3cc2

Please sign in to comment.