X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5ec07321d4b6c8aa28751b95668e4b9cd1c9bb9c..7c9002cae7f950a99f3045d3058ed61ef79fe044:/CONTRIBUTING.md?ds=sidebyside diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7da4d7d0..78c4dd67 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,10 +60,10 @@ are in process of consolidating the style. The following rules apply: * leave out space between a function name and bracket but add one between control statement(if, while, etc.) and bracket -The coding style is enforced with pylint. It can be tested with: +The coding style is enforced with flake8. It can be tested with: ``` -pylint3 --extension-pkg-whitelist=osmium nominatim +make lint ``` ## Testing