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: daixiang0/gci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.4
Choose a base ref
...
head repository: daixiang0/gci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 3 commits
  • 135 files changed
  • 2 contributors

Commits on Jun 30, 2022

  1. test: skip on Windows (#68)

    Signed-off-by: Loong Dai <[email protected]>
    daixiang0 authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    dc2b1ce View commit details
    Browse the repository at this point in the history
  2. Allow skipping generated files (#67)

    * Implement skipping generated files
    
    Add a new command-line flag that is disabled by default which will skip
    processing generated files.
    
    Signed-off-by: Mario Valderrama <[email protected]>
    
    * Add test for skipping generated files
    
    Signed-off-by: Mario Valderrama <[email protected]>
    
    * Fix gofumpt issues
    
    Signed-off-by: Mario Valderrama <[email protected]>
    avorima authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    1964a6b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Refactor with AST (#70)

    * Refactor
    
    Signed-off-by: Loong Dai <[email protected]>
    
    * fix CI
    
    Signed-off-by: Loong Dai <[email protected]>
    
    * skip on Win
    
    Signed-off-by: Loong Dai <[email protected]>
    
    * fix no imports
    
    Signed-off-by: Loong Dai <[email protected]>
    daixiang0 authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    856d805 View commit details
    Browse the repository at this point in the history
Loading