-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: fix all pre-commit.ci linting errors (#1101)
* build: add migration for ProjectRole db enum type * fix: database model backrefs for DbUserRole --> (DbProject/DbUser) * fix: add debug user to bypass auth during tests * refactor: simplify project deletion endpoint /project/{id} * test: add test for project deletion endpoint * refactor: rename upload_multi_polygon --> custom_task_boundaries * ci: disable markdownlint rule MD033 (allow inline html img resize) * docs: update docs home page to use ref links * refactor: fix all linting errors for code * ci: add CONTRIBUTING.md to prettier ignore list * docs: fix linting errors for all markdown docs * refactor: rename LICENSE --> LICENSE.md * refactor: update badges in readme * docs: add allcontributors to badge table * ci: add LICENSE.md to markdownlint ignore * ci: update markdownlint ignore syntax for ci * ci: add LICENSE.md to prettier ignore * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * style: revert prettier changes to LICENSE.md * ci: update pre-commit hook versions * docs: fix markdown linting errors after update * ci: disable hadolint until bundled binary * ci: do not run shellcheck on contrib dir * ci: ignore SC2188,SC2143 from shellcheck * refactor: fix lint errors for all shell/bash scripts --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f8cf65f
commit da5c95f
Showing
44 changed files
with
1,153 additions
and
885 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.