diff --git a/.circleci/config.yml b/.circleci/config.yml index a224a27271..4b27672a1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,7 +33,7 @@ jobs: - run: name: 🧹 Run YAML lint command: | - yamllint .erb-lint.yml .hound.yml .overcommit.yml .percy.yml .reek.yml .rubocop.yml .travis.yml .circleci/config.yml .github/invite-contributors.yml .github/labeler.yml .github/workflows/greetings.yml .github/workflows/label.yml + yamllint .erb-lint.yml .hound.yml .overcommit.yml .percy.yml .reek.yml .rubocop.yml .travis.yml .circleci/config.yml .github/invite-contributors.yml .github/workflows/greetings.yml - run: name: 🧹 Run Pylint command: | diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 359385589d..0000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,54 +0,0 @@ -dita πŸ“˜: - - ruby-eclipse-cheatsheets-to-dita/**/* - -golang ⏩: - - scrapers/go/**/* - -pdf πŸ–¨οΈ: - - flicker-diff/* - -php πŸ’»: - - scrapers/php/**/* - -python πŸ–₯️: - - scrapers/python/**/* - -repo 🚧: - - ./* - - assets/**/* - -ruby πŸ’Ž: - - charts/**/* - - scrapers/ruby/**/* - -shell 🐚: - - scrapers/shell/**/* - -testing πŸ§ͺ: - - .circleci/* - - .github/**/* - -web scraping πŸ”ͺ: - - scrapers/**/* - - seek/**/* - -website 🦺: - - charts/**/* - - doc/**/* - - docs/**/* - - govegas/**/* - - logorama/**/* - -windows πŸ₯ƒ: - - hashcheck/* - -xml πŸ—ƒοΈ: - - well-formed/* - -xslt / xpath πŸ“„: - - well-formed/* - - xsl-schema-sort/* - -xsd πŸ—„οΈ: - - built-in-datatypes/* - - well-formed/* diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index 4700f3a0e4..0000000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,19 +0,0 @@ -# This workflow will triage pull requests and apply a label based on the -# paths that are modified in the pull request. -# -# To use this workflow, you will need to set up a .github/labeler.yml -# file with configuration. For more information, see: -# https://github.com/actions/labeler/blob/master/README.md - -name: Labeler -on: [pull_request] - -jobs: - label: - - runs-on: ubuntu-latest - - steps: - - uses: actions/labeler@v2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/lint.sh b/lint.sh index 0f68106001..e4a0b763d5 100755 --- a/lint.sh +++ b/lint.sh @@ -5,4 +5,4 @@ find . -name "*.py" -not -path "**/venv/*" | xargs pylint --disable=C0103,C0114 mdl . rubocop reek -c .reek.yml -yamllint .erb-lint.yml .hound.yml .overcommit.yml .percy.yml .reek.yml .rubocop.yml .travis.yml .circleci/config.yml .github/labeler.yml .github/workflows/greetings.yml .github/workflows/label.yml +yamllint .erb-lint.yml .hound.yml .overcommit.yml .percy.yml .reek.yml .rubocop.yml .travis.yml .circleci/config.yml .github/workflows/greetings.yml