Skip to content

Commit

Permalink
chore: implement check to do (hadenlabs#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jul 17, 2021
1 parent 863db24 commit 70e0048
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions .codespell-ignores
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cas
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ trim_trailing_whitespace = true
[*.{el}]
insert_final_newline = false

[*.{el,md,yml,yaml,js,json,toml,ts,tsx,hcl,tf,graphql,go}]
[*.{el,sh,md,yml,yaml,js,json,toml,ts,tsx,hcl,tf,graphql,go}]
indent_style = space
indent_size = 2

# 4 space indentation
[*.{py,sh}]
[*.{py}]
indent_style = space
indent_size = 4

Expand Down
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
APP_NAME=terraform-github-iam
APP_NAME=terraform-github-iam
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,6 @@ bin/* text eol=lf
*.so binary
*.war binary
*.xls binary
*.xlsx binary
*.xlsx binary
*.pem binary
*.pub binary
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
container:
image: golang:1.15
image: golang:1.16
steps:
- name: Check out a copy of the repo
uses: actions/checkout@v2
Expand Down
9 changes: 9 additions & 0 deletions .todocheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
origin: github.com/hadenlabs/terraform-github-iam
issue_tracker: GITHUB
auth:
type: none
ignored:
- vendor/
- node_modules/
custom_todos:
- '@fix'

0 comments on commit 70e0048

Please sign in to comment.