Skip to content

Commit

Permalink
Auto formatting using crie
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhal committed Aug 3, 2020
1 parent 64d20fa commit babc6c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion imp/languages.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var LanguageList = []linter.Language{
Name: `bash`,
Match: regexp.MustCompile(`\.bash$`),
Fmt: &imp.ExecCmd{Bin: `shfmt`, FrontPar: api.Par{`-w`, `-ln`, `bash`}},
Chk: &imp.ExecCmd{Bin: `shellcheck`, FrontPar: api.Par{`-x`, `--shell=bash`, `-Calways`},
Chk: &imp.ExecCmd{Bin: `shellcheck`, FrontPar: api.Par{`-x`, `--shell=bash`, `-Calways`},
Docker: imp.DockerCmd{Image: "docker.io/tyhal/hadolint-hadolint:v1.18.0"}}},
{
Name: `sh`,
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmakelint==1.4.1
docker-compose==1.26.0
yamllint==1.23.0
docker-compose==1.26.2
yamllint==1.24.2
pylint==2.5.3
autopep8==1.5.3
autopep8==1.5.4
pur==5.3.0
ansible-lint==4.2.0

0 comments on commit babc6c0

Please sign in to comment.