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
Setting up anylint in pre-commit hooks should be as easy as possible. Thus, adding a command like anylint --hook might make sense. The command should output the changes made, so users who are not aware of hos git hooks work can just open the pre-commit hook file and learn about it, with the possibility to add more commands like swiftlint if needed.
The text was updated successfully, but these errors were encountered:
Setting up anylint in pre-commit hooks should be as easy as possible. Thus, adding a command like
anylint --hook
might make sense. The command should output the changes made, so users who are not aware of hos git hooks work can just open the pre-commit hook file and learn about it, with the possibility to add more commands likeswiftlint
if needed.The text was updated successfully, but these errors were encountered: