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

Implement customizable formatting #43

Merged
merged 5 commits into from
Jan 29, 2022

Commits on Jan 28, 2022

  1. Update standardPackages for Go 1.17.5

    Signed-off-by: Norman Gehrsitz <norman.gehrsitz@gmx.de>
    ngehrsitz committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    1b5c9b6 View commit details
    Browse the repository at this point in the history
  2. Update Go version

    Signed-off-by: Norman Gehrsitz <norman.gehrsitz@gmx.de>
    ngehrsitz committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    37eaecf View commit details
    Browse the repository at this point in the history
  3. Implement configurable Section based formatting logic. The CLI has be…

    …en built with Cobra in a backwards compatible manner.
    
    Signed-off-by: Norman Gehrsitz <norman.gehrsitz@gmx.de>
    ngehrsitz committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    5aa6308 View commit details
    Browse the repository at this point in the history
  4. Add tests for file reformatting

    Signed-off-by: Norman Gehrsitz <norman.gehrsitz@gmx.de>
    ngehrsitz committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    8470339 View commit details
    Browse the repository at this point in the history
  5. Add test for skipping over malformed files

    Signed-off-by: Norman Gehrsitz <norman.gehrsitz@gmx.de>
    ngehrsitz committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    c3b5b05 View commit details
    Browse the repository at this point in the history