Skip to content
Snippets Groups Projects
Commit 0001fd1c authored by nimrod's avatar nimrod
Browse files

Silence warnings.

parent e3966f76
Branches
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ alias rm='rm --dir' ...@@ -143,7 +143,7 @@ alias rm='rm --dir'
alias nextcloudcmd='flatpak run --command=nextcloudcmd org.nextcloud.Nextcloud' alias nextcloudcmd='flatpak run --command=nextcloudcmd org.nextcloud.Nextcloud'
alias tfa='terraform apply tfplan' alias tfa='terraform apply tfplan'
alias tfvf='tfv && terraform fmt -diff' alias tfvf='tfv && terraform fmt -diff'
# shellcheck disable=SC2139
alias notify="notify --hint \"string:desktop-entry:$(basename "${GIO_LAUNCHED_DESKTOP_FILE:-io.elementary.terminal.desktop}")\"" alias notify="notify --hint \"string:desktop-entry:$(basename "${GIO_LAUNCHED_DESKTOP_FILE:-io.elementary.terminal.desktop}")\""
tfp () { tfp () {
......
...@@ -8,7 +8,7 @@ repos: ...@@ -8,7 +8,7 @@ repos:
- id: check-executables-have-shebangs - id: check-executables-have-shebangs
- id: check-merge-conflict - id: check-merge-conflict
- id: check-symlinks - id: check-symlinks
exclude: myclirc|netrc|packet-cli|mycli-history|scwrc exclude: myclirc|netrc|packet-cli|mycli-history|scwrc|gcloud\.json|\.envrc\.private
- id: detect-private-key - id: detect-private-key
- id: trailing-whitespace - id: trailing-whitespace
- id: requirements-txt-fixer - id: requirements-txt-fixer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment