File tree Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 33 "vscode" : {
44 "extensions" : [
55 " DavidAnson.vscode-markdownlint" ,
6- " MindpathTechnologyLimited.code-error-lens" ,
76 " Tyriar.sort-lines" ,
87 " foxundermoon.shell-format" ,
98 " mads-hartmann.bash-ide-vscode" ,
10- " streetsidesoftware.code-spell-checker"
9+ " streetsidesoftware.code-spell-checker" ,
10+ " timonwong.shellcheck" ,
11+ " usernamehw.errorlens"
1112 ],
1213 "settings" : {
1314 "[shellscript]" : {
3334 }
3435 }
3536 },
36- "image" : " mcr.microsoft.com/devcontainers/base:noble " ,
37+ "image" : " mcr.microsoft.com/devcontainers/base:debian " ,
3738 "runArgs" : [
3839 " --rm" ,
3940 " --name=vsc-${localEnv:USER}-${containerWorkspaceFolderBasename}-${devcontainerId}"
Original file line number Diff line number Diff line change 1313 env :
1414 PR_URL : ${{github.event.pull_request.html_url}}
1515 GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
16- - name : Enable auto-merge for Dependabot PRs
16+ - name : Enable auto-merge for pre-commit PRs
1717 run : gh pr merge --auto --merge "$PR_URL"
1818 env :
1919 PR_URL : ${{github.event.pull_request.html_url}}
Original file line number Diff line number Diff line change 1+ {
2+ "MD013" : {
3+ "line_length" : 999
4+ }
5+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -68,11 +68,6 @@ repos:
6868 hooks :
6969 - id : talisman-commit
7070 entry : cmd --githook pre-commit
71- # Checkmake for linting Makefiles
72- - repo : https://github.com/mrtazz/checkmake
73- rev : " 0.2.2"
74- hooks :
75- - id : checkmake
7671 # Markdownlint for linting Markdown files
7772 - repo : https://github.com/DavidAnson/markdownlint-cli2
7873 rev : v0.18.1
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ update_gem() {
7373 GEM_PATH=$( which gem)
7474
7575 # Check if the path does not match the expected path
76- if [ " $GEM_PATH " = " /usr/bin/gem" ]; then
76+ if [ " ${ GEM_PATH} " = " /usr/bin/gem" ]; then
7777 print_err " gem is not installed."
7878 return
7979 fi
You can’t perform that action at this time.
0 commit comments