From 9f0d602c72134c4d300398315937e61e45072e27 Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Fri, 10 Dec 2021 11:50:39 +0300 Subject: [PATCH] chore(lint): Fix trailing-whitespace --- .vscode/extensions.json | 2 +- CONTRIBUTING.md | 2 +- README.md | 2 +- build/frappe-socketio/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index fbf7d101..e1e75845 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -8,6 +8,6 @@ ], // List of extensions recommended by VS Code that should not be recommended for users of this workspace. "unwantedRecommendations": [ - + ] } \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83715779..fbe1bafb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Before publishing a PR, please test builds locally: On each PR that contains changes relevant to Docker builds, images are being built and tested in our CI (GitHub Actions). > :evergreen_tree: Please be considerate when pushing commits and opening PR for multiple branches, as the process of building images uses energy and contributes to global warming. -> +> ## Lint diff --git a/README.md b/README.md index 9b4520e5..6fefaac3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Stable](https://github.com/frappe/frappe_docker/actions/workflows/build_stable.yml/badge.svg)](https://github.com/frappe/frappe_docker/actions/workflows/build_stable.yml) +[![Build Stable](https://github.com/frappe/frappe_docker/actions/workflows/build_stable.yml/badge.svg)](https://github.com/frappe/frappe_docker/actions/workflows/build_stable.yml) [![Build Develop](https://github.com/frappe/frappe_docker/actions/workflows/build_develop.yml/badge.svg)](https://github.com/frappe/frappe_docker/actions/workflows/build_develop.yml) ## Getting Started diff --git a/build/frappe-socketio/Dockerfile b/build/frappe-socketio/Dockerfile index 3294bb4f..f9d5f817 100644 --- a/build/frappe-socketio/Dockerfile +++ b/build/frappe-socketio/Dockerfile @@ -3,7 +3,7 @@ FROM alpine/git as builder ARG GIT_REPO=https://github.com/frappe/frappe.git ARG GIT_BRANCH=develop -RUN git clone --depth 1 -b ${GIT_BRANCH} ${GIT_REPO} /opt/frappe +RUN git clone --depth 1 -b ${GIT_BRANCH} ${GIT_REPO} /opt/frappe FROM node:bullseye-slim