hybridgroup/cylon-sphero

View on GitHub

Showing 2 of 25 total issues

Function work has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  work: function(my) {
    var max = 0;
    var changingColor = false;

    my.sphero.setDataStreaming({
Severity: Minor
Found in examples/sphero_shakeometer/sphero_shakeometer.js - About 1 hr to fix

    Function work has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      work: function(me) {
        console.log("Setting up Collision Detection...");
    
        me.sphero.on("update", function(data) {
          console.log("Update event eventName: " + data + " ");
    Severity: Minor
    Found in examples/messages/messages.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language