-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: resolve nilaway nil panic errors
之前就遇到过这个问题,今天终于解决了。 1、为啥 local的其他hook都可以执行,但是这个不行呢 2、怎么配置才能执行?我不想写绝对路径,最好可以不修改这里的写法,只做配置。为啥我在terminal直接执行pre-commit不会报这个错,但是在IDEA里执行是会报错的?意思是真正的问题在于IDEA commit执行的shell不是我terminal的shell,那么应该怎么配置呢? 其实是因为golang bin不在~/.zshrc里 所以IDEA里识别不到这些用go install安装的cli
- Loading branch information
Showing
6 changed files
with
207 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.