Skip to content

Commit

Permalink
port stack-aws build and source files from core crossplane
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Watts <[email protected]>
  • Loading branch information
jbw976 committed Sep 1, 2019
1 parent 603dc1c commit 0ff06a0
Show file tree
Hide file tree
Showing 68 changed files with 2,688 additions and 1,445 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
/.cache
/.work
/_output
/config/
/config
cover.out
/vendor
/.vendor-new

# gitlab example
# exclude files generate by running the example
external-dns-*.tgz
gitlab-*.tgz
gitlab-gcp.yaml
gitlab/
/stack-package
11 changes: 2 additions & 9 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ linters-settings:
goimports:
# put imports beginning with prefix after 3rd-party packages;
# it's a comma-separated list of prefixes
local-prefixes: github.com/crossplaneio/crossplane
local-prefixes: github.com/crossplaneio/stack-aws

gocyclo:
# minimal code complexity to report, 30 by default (but we recommend 10-20)
Expand Down Expand Up @@ -171,13 +171,6 @@ issues:
- gosec
- gas

# The Azure AddToUserAgent method appends to the existing user agent string.
# It returns an error if you pass it an empty string lettinga you know the
# user agent did not change, making it more of a warning.
- text: \.AddToUserAgent
linters:
- errcheck

# Independently from option `exclude` we use default exclude patterns,
# it can be disabled by this option. To list all
# excluded by default patterns execute `golangci-lint run --help`.
Expand All @@ -196,4 +189,4 @@ issues:
max-per-linter: 0

# Maximum count of issues with the same text. Set to 0 to disable. Default is 3.
max-same-issues: 0
max-same-issues: 0
230 changes: 0 additions & 230 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit 0ff06a0

Please sign in to comment.