# go-lint **Repository Path**: flowci-plugins/go-lint ## Basic Information - **Project Name**: go-lint - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-26 - **Last Updated**: 2021-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-lint ## Description To run GolangCI-Lint tool by docker for static check ## How to use it ```yml # Example that togeher with git clone plugin envs: FLOWCI_GIT_URL: "https://github.com/gin-gonic/gin.git" FLOWCI_GIT_REPO: "golang-gin" FLOWCI_GIT_BRANCH: "master" steps: - name: clone plugin: 'gitclone' allow_failure: false - name: lint plugin: go-lint ```