From 3e4e66769b61f8fa055d923d2d50ba362b384462 Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Fri, 10 Dec 2021 11:51:11 +0300 Subject: [PATCH] chore(lint): Run end-of-file-fixer --- .github/ISSUE_TEMPLATE/question-about-using-frappe_docker.md | 2 +- .vscode/extensions.json | 2 +- build/bench/Dockerfile | 2 +- build/frappe-worker/commands/backup.py | 2 +- build/frappe-worker/commands/constants.py | 2 +- development/vscode-example/settings.json | 2 +- docs/docker-swarm.md | 1 - docs/multi-bench.md | 2 +- 8 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question-about-using-frappe_docker.md b/.github/ISSUE_TEMPLATE/question-about-using-frappe_docker.md index 02fdd694..6b4b9cbf 100644 --- a/.github/ISSUE_TEMPLATE/question-about-using-frappe_docker.md +++ b/.github/ISSUE_TEMPLATE/question-about-using-frappe_docker.md @@ -9,4 +9,4 @@ Welcome to the frappe_docker issue tracker! Before creating an issue, please hee 1. Use the search function before creating a new issue. Duplicates will be closed and directed to the original discussion. 2. Please write extensively, clearly and in detail. ---> \ No newline at end of file +--> diff --git a/.vscode/extensions.json b/.vscode/extensions.json index e1e75845..61a2d874 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -10,4 +10,4 @@ "unwantedRecommendations": [ ] -} \ No newline at end of file +} diff --git a/build/bench/Dockerfile b/build/bench/Dockerfile index 7e138a96..3947e488 100644 --- a/build/bench/Dockerfile +++ b/build/bench/Dockerfile @@ -135,4 +135,4 @@ RUN node --version \ RUN bash -c "node --version" \ && bash -c "npm --version" \ && bash -c "yarn --version" \ - && bash -c "bench --help" \ No newline at end of file + && bash -c "bench --help" diff --git a/build/frappe-worker/commands/backup.py b/build/frappe-worker/commands/backup.py index b6aa60a2..10ed6a92 100644 --- a/build/frappe-worker/commands/backup.py +++ b/build/frappe-worker/commands/backup.py @@ -36,4 +36,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main() diff --git a/build/frappe-worker/commands/constants.py b/build/frappe-worker/commands/constants.py index 9f888099..da59e9f9 100644 --- a/build/frappe-worker/commands/constants.py +++ b/build/frappe-worker/commands/constants.py @@ -10,4 +10,4 @@ COMMON_SITE_CONFIG_FILE = 'common_site_config.json' DATE_FORMAT = "%Y%m%d_%H%M%S" RDS_DB = 'rds_db' RDS_PRIVILEGES = "SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, CREATE VIEW, EVENT, TRIGGER, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, EXECUTE, LOCK TABLES" -ARCHIVE_SITES_PATH = '/home/frappe/frappe-bench/sites/archive_sites' \ No newline at end of file +ARCHIVE_SITES_PATH = '/home/frappe/frappe-bench/sites/archive_sites' diff --git a/development/vscode-example/settings.json b/development/vscode-example/settings.json index b0f14919..8b133090 100644 --- a/development/vscode-example/settings.json +++ b/development/vscode-example/settings.json @@ -1,3 +1,3 @@ { "debug.node.autoAttach": "disabled" -} \ No newline at end of file +} diff --git a/docs/docker-swarm.md b/docs/docker-swarm.md index 692d5118..210eecae 100644 --- a/docs/docker-swarm.md +++ b/docs/docker-swarm.md @@ -292,4 +292,3 @@ SITES=`site1.example.com`,`site2.example.com` 6. Env variables: - MAINTENANCE_MODE=1 7. Start container - diff --git a/docs/multi-bench.md b/docs/multi-bench.md index ebd64bd9..11a8b931 100644 --- a/docs/multi-bench.md +++ b/docs/multi-bench.md @@ -191,4 +191,4 @@ docker run \ -v _sites-vol:/home/frappe/frappe-bench/sites \ --network _default \ frappe/erpnext-worker:$VERSION migrate -``` \ No newline at end of file +```