From 02de9fbea58e903800d0100a06e017c6ae0359fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Fri, 14 May 2021 02:55:44 +0200 Subject: =?UTF-8?q?decomission=20bento=20=F0=9F=8D=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bento/config.yml | 95 ------------------------------------------------------- .bentoignore | 37 ---------------------- 2 files changed, 132 deletions(-) delete mode 100644 .bento/config.yml delete mode 100644 .bentoignore diff --git a/.bento/config.yml b/.bento/config.yml deleted file mode 100644 index 86aa408..0000000 --- a/.bento/config.yml +++ /dev/null @@ -1,95 +0,0 @@ -autorun: - block: true -formatter: -- clippy: {} -tools: - bandit: - ignore: - - exec-used - - any-other-function-with-shell-equals-true - - assert-used - - hardcoded-bind-all-interfaces - - hardcoded-password-default - - hardcoded-password-funcarg - - hardcoded-password-string - - hardcoded-sql-expressions - - hardcoded-tmp-directory - - import-lxml - - import-pickle - - import-subprocess - - import-xml-expat - - import-xml-minidom - - import-xml-pulldom - - import-xml-sax - - import_xml-etree - - md5 - - random - - start-process-with-no-shell - - start-process-with-partial-path - - subprocess-without-shell-equals-true - - try-except-continue - - urllib-urlopen - run: true - dlint: - ignore: [] - run: true - flake8: - ignore: - - unreliable-hasattr-call - - bad-wildcard-import - - bare-except-bugbear - - no-getattr - - no-next-method - - no-mutable-default-args - - no-setattr - - unused-loop-variable - - unused-module - - unused-variable - run: true - r2c.click: - ignore: - - names-are-well-formed - run: true - r2c.flask: - ignore: [] - run: true - r2c.requests: - ignore: - - use-timeout - run: true - shellcheck: - ignore: - - SC1004 - - SC1008 - - SC1009 - - SC1047 - - SC1050 - - SC1062 - - SC1071 - - SC1072 - - SC1090 - - SC1091 - - SC1105 - - SC1107 - - SC1123 - - SC1124 - - SC1126 - - SC2001 - - SC2002 - - SC2003 - - SC2004 - - SC2005 - - SC2006 - - SC2007 - - SC2009 - - SC2034 - - SC2035 - - SC2039 - - SC2155 - - SC2164 - - SC2181 - - SC2186 - - SC2196 - - SC2197 - - SC2230 - run: true diff --git a/.bentoignore b/.bentoignore deleted file mode 100644 index c20efd7..0000000 --- a/.bentoignore +++ /dev/null @@ -1,37 +0,0 @@ -# Items added to this file will be ignored by bento. -# -# This file uses .gitignore syntax: -# -# To ignore a file anywhere it occurs in your project, enter a -# glob pattern here. E.g. "*.min.js". -# -# To ignore a directory anywhere it occurs in your project, add -# a trailing slash to the file name. E.g. "dist/". -# -# To ignore a file or directory only relative to the project root, -# include a slash anywhere except the last character. E.g. -# "/dist/", or "src/generated". -# -# Some parts of .gitignore syntax are not supported, and patterns -# using this syntax will be dropped from the ignore list: -# - Explicit "include syntax", e.g. "!kept/". -# - Multi-character expansion syntax, e.g. "*.py[cod]" -# -# To include ignore patterns from another file, start a line -# with ':include', followed by the path of the file. E.g. -# ":include path/to/other/ignore/file". -# -# To ignore a file with a literal ':' character, escape it with -# a backslash, e.g. "\:foo". - -# Ignore Bento environment files -.bento/ - -# Ignore git items -.gitignore -.git/ -:include .gitignore -docs/* -*.rst -.github -.release \ No newline at end of file -- cgit v1.2.1