diff --git a/.golangci.yaml b/.golangci.yaml index 707986c..db69838 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -2,7 +2,7 @@ run: concurrency: 2 timeout: 1m - issues-exit-code: 1 + issues-exit-code: 0 tests: true output: diff --git a/README.asciidoc b/README.asciidoc index 64c54eb..b11dff0 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -17,6 +17,6 @@ For all other operating systems the default location is $HOME/.canal/canal.db. TBC -## Inspiration +== Inspiration https://github.com/witchard/toukan[The toukan project]