Wakoma / nimble

The nimble. An open source, rapidly deployable, wireless mesh network.
CERN Open Hardware Licence Version 2 - Strongly Reciprocal
56 stars 9 forks source link

Tweaking linter rules and fix a long line #65

Closed julianstirling closed 1 month ago

julianstirling commented 1 month ago

Linter wanted the max number of function arguments to be 5. This has been increased to 7 as we tend to pass multiple arguments by name. This puts the code at less of a risk of failing linting as it was always borderline.