Skip to content

Commit

Permalink
suppres
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Aug 14, 2024
1 parent 1d69788 commit 0234b17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions styleguide/spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,8 @@
<Match>
<Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" />
</Match>
<Match>
<Bug pattern="UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD" />
<Class name="edu.wpi.first.epilogue.EpilogueConfiguration" />
</Match>
</FindBugsFilter>
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

package edu.wpi.first.wpilibj.examples.rapidreactcommandbot;

import static edu.wpi.first.units.Units.Milliseconds;

import edu.wpi.first.epilogue.Epilogue;
import edu.wpi.first.epilogue.Logged;
import edu.wpi.first.wpilibj.DataLogManager;
Expand Down Expand Up @@ -34,10 +32,6 @@ public Robot() {

// Initialize data logging.
DataLogManager.start();
Epilogue.configure(
config -> {
config.loggingPeriodOffset = Milliseconds.of(10); // Logs 10ms after each main loop run
});
Epilogue.bind(this);
}

Expand Down

0 comments on commit 0234b17

Please sign in to comment.