Skip to content

Commit

Permalink
Merge pull request #2 from szfp98/install-sonar-cloud
Browse files Browse the repository at this point in the history
Install sonar cloud
  • Loading branch information
szfp98 authored Mar 25, 2024
2 parents ac04e7f + 437a4ac commit 70a15e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.organization>szfp98</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>

<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private void enforceSpeedLimit() {
@Override
public void setJoystickPosition(int joystickPosition) {
this.step = joystickPosition;
followSpeed();
followSpeed();
}

}

0 comments on commit 70a15e3

Please sign in to comment.