From 6823b4b49e9c5433e81b665cb237d40bed37dcf7 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Thu, 30 Nov 2023 11:43:31 +0100 Subject: [PATCH] Add badges to README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 370125c5..99301a4c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![Mutation Coverage](https://raw.githubusercontent.com/uhafner/codingstyle/main/badges/mutation-coverage.svg)](https://github.com/uhafner/codingstyle/actions/workflows/ci.yml) [![Warnings](https://raw.githubusercontent.com/uhafner/codingstyle/main/badges/warnings.svg)](https://github.com/uhafner/codingstyle/actions/workflows/ci.yml) - Each Java project should follow a given coding style. I.e., all contributions to the source code should use the same formatting rules, design principles, code patterns, idioms, etc. This coding style provides the set of rules that I am using in my lectures about software development at Munich University of Applied Sciences.