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
// @todo #9 Global variables are a code smell (especially those in filterse.go).
// They promote coupling across different components inside the same package.
// Figure out a way to remove these global variables. Whatever command line
// parser we choose should be able to auto-generate usage.
The puzzle was created by @llorllale on 02-Mar-19.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The text was updated successfully, but these errors were encountered:
* Filters and repo path are specified via command
line flags
* Can also specify flags via '.gitlint' file in
$PWD (command line flags take precedence).
The format of this file is the same as command
line flags, where each is on a separate line.
The puzzle
9-05e94b28
from #9 has to be resolved:go-gitlint/cmd/go-gitlint/main.go
Lines 26 to 29 in 4be918f
The puzzle was created by @llorllale on 02-Mar-19.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The text was updated successfully, but these errors were encountered: