From ac9ad970699b038826e19735badb4fb89b631afa Mon Sep 17 00:00:00 2001 From: Matt Bailey Date: Fri, 23 Sep 2022 01:00:15 -0400 Subject: [PATCH] removed previously tracked files now gitignored. --- .markdownlint.yaml | 10 ---------- .shellcheckrc | 7 ------- .trunk/.gitignore | 7 ------- .trunk/trunk.yaml | 16 ---------------- 4 files changed, 40 deletions(-) delete mode 100644 .markdownlint.yaml delete mode 100644 .shellcheckrc delete mode 100644 .trunk/.gitignore delete mode 100644 .trunk/trunk.yaml diff --git a/.markdownlint.yaml b/.markdownlint.yaml deleted file mode 100644 index fb94039..0000000 --- a/.markdownlint.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# Autoformatter friendly markdownlint config (all formatting rules disabled) -default: true -blank_lines: false -bullet: false -html: false -indentation: false -line_length: false -spaces: false -url: false -whitespace: false diff --git a/.shellcheckrc b/.shellcheckrc deleted file mode 100644 index 8c7b1ad..0000000 --- a/.shellcheckrc +++ /dev/null @@ -1,7 +0,0 @@ -enable=all -source-path=SCRIPTDIR -disable=SC2154 - -# If you're having issues with shellcheck following source, disable the errors via: -# disable=SC1090 -# disable=SC1091 diff --git a/.trunk/.gitignore b/.trunk/.gitignore deleted file mode 100644 index b38b75f..0000000 --- a/.trunk/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -*out -*logs -actions -notifications -plugins -user_trunk.yaml -user.yaml diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml deleted file mode 100644 index c4477da..0000000 --- a/.trunk/trunk.yaml +++ /dev/null @@ -1,16 +0,0 @@ -version: 0.1 -cli: - version: 0.17.0-beta -plugins: - sources: - - id: trunk - ref: v0.0.3 - uri: https://github.com/trunk-io/plugins -lint: - enabled: - - git-diff-check@SYSTEM - - gitleaks@8.12.0 - - markdownlint@0.32.2 - - prettier@2.7.1 - - shellcheck@0.8.0 - - shfmt@3.5.0