diff --git a/.stickler.yml b/.stickler.yml deleted file mode 100644 index de214fa2ccc..00000000000 --- a/.stickler.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -linters: - shellcheck: - shell: bash - exclude: SC2034,SC1090,SC2191 - golint: - -files: - ignore: - - 'debian/*' - - 'docs/*' - - 'tests/*' - - '*/vendor/*'