Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add go-header linter #1181

Merged
merged 8 commits into from Jul 4, 2020
Merged

Commits on Jun 21, 2020

  1. add go-header linter

    Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>
    denis-tingaikin committed Jun 21, 2020
    Copy the full SHA
    adb1a45 View commit details
    Browse the repository at this point in the history
  2. fix go mod issue

    Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>
    denis-tingaikin committed Jun 21, 2020
    Copy the full SHA
    ed39ee9 View commit details
    Browse the repository at this point in the history
  3. fix some issues

    Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>
    denis-tingaikin committed Jun 21, 2020
    Copy the full SHA
    6850237 View commit details
    Browse the repository at this point in the history
  4. checkout README.md

    Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>
    denis-tingaikin committed Jun 21, 2020
    Copy the full SHA
    6e8a56e View commit details
    Browse the repository at this point in the history
  5. go mod tidy

    Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>
    denis-tingaikin committed Jun 21, 2020
    Copy the full SHA
    e61192d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. apply review comments: add goheader example into .golangci.example.yml

    Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>
    denis-tingaikin committed Jun 22, 2020
    Copy the full SHA
    d52fb3a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. apply review comments: better to use more conservative solution to su…

    …pport headers checking for golangci linter
    
    Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>
    denis-tingaikin committed Jul 4, 2020
    Copy the full SHA
    246fdaf View commit details
    Browse the repository at this point in the history
  2. apply review comments: correctly handle multiline comments

    Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>
    denis-tingaikin committed Jul 4, 2020
    Copy the full SHA
    28fc9e0 View commit details
    Browse the repository at this point in the history