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

rubocops/lines: update hard-coded compiler check #14409

Merged
merged 2 commits into from Jan 24, 2023

Commits on Jan 24, 2023

  1. rubocops/lines: update hard-coded compiler check

    1. `llvm-g{cc,++}` has been gone for a long time. We don't need to check
       for this anymore.
    2. Also check for calling the compiler as `cc`, `c89`, `c99`, or `c++`.
    carlocab committed Jan 24, 2023
    Copy the full SHA
    8c5e6e1 View commit details
    Browse the repository at this point in the history
  2. Fix test failures

    carlocab committed Jan 24, 2023
    Copy the full SHA
    86161e8 View commit details
    Browse the repository at this point in the history