BHoM / BHoM_Adapter

GNU Lesser General Public License v3.0
7 stars 5 forks source link

Compliance issues #202

Closed FraserGreenroyd closed 4 years ago

FraserGreenroyd commented 4 years ago

The following compliance issues have been found for this repository. Please see the checklist below.

Compliance issue for InputAttributeStartsLower

Compliance issue for NameMatchesFileName

Compliance issue for ModifyReturnsSameType

alelom commented 4 years ago

@FraserGreenroyd we need to add exceptions for the ModifyReturnsSameType: it does not cover when the method returns void because it modifies inputs by reference.

For the same reason, I think we should allow:

alelom commented 4 years ago

So after discussion with @FraserGreenroyd and @awakeman :

For now, avoiding compliance and moving them in Adapter. Material for another sprint.