aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-04-22 21:33:42 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-05-01 15:29:51 +0200
commitad38438a0b980ee816e1573bf18362e72345fa4d (patch)
tree8a276f36710dab903155bbdff05f7b516f5a5a00 /.pylintrc
parent12c3c9ddbf6b3aa36c70fa90477d6ae8e132a230 (diff)
webmap-import: Fingerprint destination layers to detect changes.
Comparing modification times is not enough since some sources (for instance Naturvårdsverket's SCI_Rikstackande) are updated on the server even though no objects are being added; the source layer remains unchanged but the file differs because of OBJECTID changes we are not interested in.
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
index 54b0100..b87e779 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -5,3 +5,4 @@ max-locals = 50
max-branches = 25
max-statements = 100
max-nested-blocks = 10
+max-module-lines = 1250