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: nunnatsa/ginkgolinter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.0
Choose a base ref
...
head repository: nunnatsa/ginkgolinter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.3
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Jul 24, 2023

  1. disable the focused container rule by default

    Enabling this rule by default may case issues in projects with a complex build
    systems.
    
    This PR change this rule to be opt-in.
    
    The `--suppress-focus-container` flag is now depracated and ignored.
    Instead, this PR introduces the `--forbid-focus-container` flag, with
    default value of `false`.
    nunnatsa committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4edfba5 View commit details
    Browse the repository at this point in the history
  2. Fix bug with the forbid-focus-container flag

    The `--forbid-focus-container` flag behaved with the reverse logic.
    
    This PR fixes it.
    nunnatsa committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f4e70b6 View commit details
    Browse the repository at this point in the history
Loading