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

Improve application diffs #23

Merged
merged 3 commits into from
Sep 5, 2024
Merged

Improve application diffs #23

merged 3 commits into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. Improve application diff

    This changes the application diff to render a YAML diff with a number of
    context lines instead of relying on the cmp library previously used
    which would render a diff of Go objects.
    hnnsgstfssn committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2e21882 View commit details
    Browse the repository at this point in the history
  2. Allow bare URL in markdown

    After discussion it has been deemed unnecessary to enforce non-bare URLs
    in markdown.
    hnnsgstfssn committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    30978db View commit details
    Browse the repository at this point in the history
  3. Upgrade golangci-lint

    The earlier version fails to run on Darwin with Go 1.23.
    hnnsgstfssn committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2bd03ff View commit details
    Browse the repository at this point in the history