Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 854 Bytes

nodeValenceCheck.md

File metadata and controls

20 lines (11 loc) · 854 Bytes

Node Valence Check

Description

This check flags Nodes that have too many edges connected to them (their valence is too high). Additionally, this check only considers car-navigable connections in the Node valence count.

Configuration

This check has one configurable that can be changed in the configuration file config.json

Defaults:

  • "connections.maximum": 10 - Maximum number of Edges connected

Live Examples

Please see the source code for NodeValenceCheck here: NodeValenceCheck