Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: catenacyber/perfsprint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: catenacyber/perfsprint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 7 commits
  • 32 files changed
  • 4 contributors

Commits on Oct 23, 2024

  1. docs: update installation instructions to use go install

    Updated the installation instructions in the README to use 'go install' instead of 'go get' for installing the 'perfsprint' linter.
    'go get' is no longer recommended for installing binaries, and 'go install' should be used for Go version 1.17+.
    maxwelbm authored and catenacyber committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e84fb82 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    7f3ce4e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. clean up ci (#35)

    * clean up ci
    
    * Update ci.yml
    mmorel-35 authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    33099e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7c1bb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. chore: refactor Diagnostic declaration

    Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
    mmorel-35 authored and catenacyber committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a34cbe3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    d9131b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. analyzer: add options to cover all cases (#42)

    * analyzer: add options to cover all cases
    
    integer-format
    error-format
    bool-format
    hex-format
    string-format
    catenacyber authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    eff1a84 View commit details
    Browse the repository at this point in the history
Loading