Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install SonarLint plugin to Intellij
  2. Configure SonarLint
    1. `Enable binding to remote SonarQube server`
    2. `Configure servers...`
    3. `+`
    4. Name configuration (codice is a good name)
    5. `Connect to the online service` - this will open your browser
      1. if you are not already logged in, log in
    6. If you are are not already logged in, you'll be presented with the https://about.sonarcloud.io page; login using github credentials. Once logged in, jump back to IJ.
    7. `Next`
    8. `Create token`
    9. Add a unique name for the token and press `Generate`
    10. `Copy` copies the token to your clipboard
    11. Paste the token back in the IJ dialog
    12. Type `codice`. Hit the down arrow until you find the `codice` organization. That name specifically.
    13. `Update binding`
    14. `Bind to server`
    15. Select your newly configured server
    16. Pick the appropriate project.
Creating a SonarQube Account
  1. Go to https://sonarcloud.io
  2. Select on "Just sign up"
  3. Select "Log in with Github"

...