You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the install_swiftlint.sh script and .swiftlint.yml config file in the root folder and assume that it's meant to check the algorithm implementations. But currently when swiftlint is run, it returns:
Done linting! Found 2070 violations, 81 serious in 378 files.
More Details
Is the intent for all algorithms to pass linting? If that is the case, would it be helpful to fix these issues and then to setup a GitHub Workflow / Action to test this in future Pull Requests and Master Commits?
Edit: The .swiftlint.yml is not ok with one letter variable names, which I appreciate, but typically puts those one letter variables in loops in a tough situation - and those are common in everyone's code. I suggest opting out of that rule?
The text was updated successfully, but these errors were encountered:
Brief Intro
I see the install_swiftlint.sh script and .swiftlint.yml config file in the root folder and assume that it's meant to check the algorithm implementations. But currently when swiftlint is run, it returns:
More Details
Is the intent for all algorithms to pass linting? If that is the case, would it be helpful to fix these issues and then to setup a GitHub Workflow / Action to test this in future Pull Requests and Master Commits?
Edit: The .swiftlint.yml is not ok with one letter variable names, which I appreciate, but typically puts those one letter variables in loops in a tough situation - and those are common in everyone's code. I suggest opting out of that rule?
The text was updated successfully, but these errors were encountered: