From e700532dd17ae316a2aff66688c13fa7cfd0dd87 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 7 Jan 2019 16:28:41 +0900 Subject: docs: check_sources.py now becomes flake8 plugin --- CONTRIBUTING.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 19c03c496..ff53c387f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -274,9 +274,6 @@ Coding Guide * When adding a new configuration variable, be sure to document it and update :file:`sphinx/quickstart.py` if it's important enough. -* Use the included :program:`utils/check_sources.py` script to check for - common formatting issues (trailing whitespace, lengthy lines, etc). - * Add appropriate unit tests. -- cgit v1.2.3