From 006fca81c5e2f6671b4ae903160d90c6f97aacde Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Thu, 18 Oct 2018 21:16:34 -0700 Subject: [PATCH] Add link to CodeFactor in CONTRIBUTING --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ac38bb39..ac21da8cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,6 +62,9 @@ pylint checks. We highly recommend that you install a pylint plugin for your code editor. Once you have pylint set up to check the code, you can configure it to use 120 characters max per line instead of 80. +You can help fixing formatting issues or other code smells by having a look at +the CodeFactor page: https://www.codefactor.io/repository/github/lutris/lutris + Writing tests -------------