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: cpplint/cpplint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: Yujinmon/cpplint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 21, 2023

  1. changed false positive for namespace indentation error

    changed return in IsBlockInNameSpace function
    Yujinmon authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3e97a85 View commit details
    Browse the repository at this point in the history
  2. remove comments in CheckForNamespaceIndentation

    erase other print statements for testing except original code.
    Yujinmon authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e61a686 View commit details
    Browse the repository at this point in the history
  3. bug fix

    Yujinmon authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    89071b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    37fa38b View commit details
    Browse the repository at this point in the history
  2. fix lint errors

    aaronliu0130 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    5796163 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ec85d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a09d256 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c00c89 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Fix nearly all tests for namespace indentation

    The only test that fails is for when the entire namespace, including the declaration, is indented. I'm not sure if we should support that usecase, but the error would also seem misleading.
    aaronliu0130 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3084250 View commit details
    Browse the repository at this point in the history
  2. Remove testWhitespaceBeforeNamespace

    I don't think we should be supporting this case. Saying "don't indent namespaces" is also not very misleading.
    aaronliu0130 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d37f84c View commit details
    Browse the repository at this point in the history
  3. add to changelog

    aaronliu0130 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f30eeb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc2e75c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6326e42 View commit details
    Browse the repository at this point in the history
Loading