Allow a higher jshint maxcomplexity
This commit is contained in:
parent
57e6e49749
commit
52f35d74b9
@ -77,6 +77,7 @@ function shouldAdaptLayers(requestMapConfig) {
|
||||
}
|
||||
|
||||
AnalysisMapConfigAdapter.prototype.getLayers = function(analysisConfiguration, requestMapConfig, filters, callback) {
|
||||
// jshint maxcomplexity:7
|
||||
filters = filters || {};
|
||||
var dataviewsFilters = filters.dataviews || {};
|
||||
debug(dataviewsFilters);
|
||||
|
Loading…
Reference in New Issue
Block a user