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
101
101
gh repo clone packages ~ /solus-packages
102
102
```
103
103
104
- ## Initialize git hooks
104
+ ## Initialize git hooks for linting
105
105
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:
107
109
108
110
```
109
111
go-task -d ~/solus-packages init
110
112
```
111
113
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.
113
117
114
118
## Set up repository helper functions (optional)
115
119
You can’t perform that action at this time.
0 commit comments