From 466401bef29616439d25aa1b4d0f9f28c29ced87 Mon Sep 17 00:00:00 2001
From: georg <georg@riseup.net>
Date: Mon, 22 Jul 2019 01:53:41 +0000
Subject: [PATCH] linting: install codespell, a spell checker software

---
 linting | 1 +
 1 file changed, 1 insertion(+)

diff --git a/linting b/linting
index 4e467b2..792446f 100644
--- a/linting
+++ b/linting
@@ -2,6 +2,7 @@ FROM debian:unstable
 
 RUN apt-get update \
 &&  apt-get install --no-install-recommends --no-install-suggests --yes \
+    codespell \
     gir1.2-gdkpixbuf-2.0 \
     gir1.2-poppler-0.18 \
     gir1.2-rsvg-2.0 \
-- 
GitLab