From 99f78178964d12e3a8ae6cc4aebf894320e562df Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 5 Sep 2019 14:00:25 +0200 Subject: Added linters and polished code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The minimum version supported has been raised to 25.3. Signed-off-by: Miquel Sabaté Solà --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .rubocop.yml (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..c0d6e89 --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,3 @@ +# Allow me to write me own name on the copyright notice :) +Style/AsciiComments: + Enabled: false -- cgit v1.2.3