aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2026-01-26make: increase test timeout to 2m due to lib/email/dkim takes more 60sShulhan
2026-01-03all: use SPDX license header formatShulhan
2025-01-26lib/goanalysis: package to complement "go vet"Shulhan
2025-01-22make: do not ignore error when running "go vet"Shulhan
2024-09-13all: replace golangci-lint with 'got vet'Shulhan
2024-09-04all: fix various linter warningsShulhan
2024-03-14test/httptest: new helper for testing HTTP server handlerShulhan
2024-03-09Makefile: reorder default tasks and add flags for reproducible buildShulhan
2024-03-06all: conform with linter gosec, ineffasign, and makezeroShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-09-14Makefile: replace golangci-lint with reviveShulhan
2023-02-25all: set the test timeout to 1mShulhan
2023-02-25all: move the AUR packaging files into directory _AURShulhan
2022-08-05all: simplify and remove unused tasks in MakefileShulhan
2022-07-27all: add PKGBUILD for shared tools in cmdShulhan
2022-07-27all: make the share.Version in the command to be dynamicShulhan
2022-07-27make: cleaning up and simplify MakefileShulhan
2021-10-09Makefile: add -failfast and remove -p=1 on go test flagsShulhan
2021-03-14Makefile: remove any cover.html and cover.out on task "clean"Shulhan
2021-02-21all: use the ciigo binary instead of library to generate docsShulhan
2021-02-10Makefile: run the test coverage using one CPUShulhan
2020-12-06all: replace the tasks to serve and generate docs using ciigo as libraryShulhan
2020-11-09Makefile: rename taks `genhtml` to `docs` and add task to serve the docsv0.20.1Shulhan
2020-06-06all: use default linter optionsShulhan
2020-05-16all: fix and suppress linter warningsShulhan
2020-05-14Makefile: disable "testpackage" linterShulhan
2020-05-08all: rename directory "doc" to "_doc"Shulhan
2020-04-11Makefile: add more phony tasksShulhan
2020-03-02CHANGELOG: update and create symlinks inside docShulhan
2020-02-13Makefile: disable unnecessary linters on lint taskShulhan
2019-10-03Makefile: disable "funlen" and "godox" lintersShulhan
2019-09-27Makefile: add task to generate HTML files from asciidoc filesShulhan
2019-03-02all: suppress "dupl" linter warnings on test filesShulhan
2018-11-30all: fix and suppress linter warnings on long linesShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-08-23lib/dns: Implement DNS server with handlerShulhan
2018-08-22[test] make: enable race option when running testShulhan
2018-08-19Fix typo on make fileShulhan
2018-07-06Add implementation of websocket server and client (RFC 6455)Shulhan
2018-06-02make: Replace gometalinter with golangci-lintShulhan
2018-05-18make: add task for clean and distcleanShulhan
2018-05-18Add make fileShulhan