File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,19 @@ Create a local clone of the package repository you just forked. Here we are usin
101101gh repo clone packages ~ /solus-packages
102102```
103103
104- ## Initialize git hooks
104+ ## Initialize git hooks for linting
105105
106- Initialize Git hooks for working with the repository by running:
106+ The process of checking whether package recipes have issues is sometimes referred to as _ linting_ .
107+
108+ Initialize Git hooks that call the linting scripts for working with the repository by running:
107109
108110```
109111go-task -d ~/solus-packages init
110112```
111113
112- This makes it easy to create commits in the correct format, and will warn you about issues with changes you commit.
114+ Using git hooks means that linting happens automatically whenever you try to commit changes.
115+
116+ Thus, this makes it easy to create commits in the correct format, and will warn you about issues with changes you commit.
113117
114118## Set up repository helper functions (optional)
115119
You can’t perform that action at this time.
0 commit comments