Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change SA1116, 1010, and 1024 to suggestions so they will no longer b…
…reak compile if violated. In particular SA1010 and SA1024 conflict in the case where you are passing an array as a parameter, and using a parameter label: (#576) SomeFunction(ignoredTypes: [types]) In this case there is no way to format the code that satisfies both rules. Personally I just don't like SA1116, but setting to suggestion while the team decides which rules they want to keep.
- Loading branch information