Skip to content

Commit

Permalink
Remove linter and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bart84ek committed Sep 11, 2019
1 parent cf994b5 commit 17e5a15
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 2,750 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ jobs:
paths:
- "/go/pkg"
- run: curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
- run: sudo apt update && sudo apt install nodejs
- run: npm i
- run: wget https://github.com/mozilla/sops/releases/download/3.3.1/sops_3.3.1_amd64.deb
- run: sudo dpkg -i sops_3.3.1_amd64.deb
- run: ./oya run testKeysImport
- run: ./oya run test -t "~@nocircleci"
- run: ./oya run testKeysRemove
- run: ./oya run lint

release:
docker:
Expand Down
10 changes: 0 additions & 10 deletions Oyafile
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ testKeysRemove: |
echo "Oya test PGP Key deleted"
fi
lint.Doc: Lint files
lint: |
set -e
./node_modules/.bin/remark -f .
golint
lintFix.Doc: Lint files and apply fixes where possible
lintFix: |
./node_modules/.bin/remark . -o
release: |
go get -u github.com/mitchellh/gox
go get -u github.com/tcnksm/ghr
Expand Down
Loading

0 comments on commit 17e5a15

Please sign in to comment.