GenFirst/react-twitter-login

View on GitHub

Showing 5 of 5 total issues

Function exports has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function () {

  var db = mongoose.connect('mongodb://localhost:27017/twitter-demo');

  var UserSchema = new Schema({
Severity: Minor
Found in example/backend/mongoose.js - About 1 hr to fix

    Function polling has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
    Open

      polling(popup) {
        const polling = setInterval(() => {
          if (!popup || popup.closed || popup.closed === undefined) {
            clearInterval(polling);
            this.props.onFailure(new Error("Popup has been closed by user"));
    Severity: Minor
    Found in src/index.js - About 1 hr to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Function polling has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      polling(popup) {
        const polling = setInterval(() => {
          if (!popup || popup.closed || popup.closed === undefined) {
            clearInterval(polling);
            this.props.onFailure(new Error("Popup has been closed by user"));
    Severity: Minor
    Found in src/index.js - About 1 hr to fix

      Function polling has 32 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          const polling = setInterval(() => {
            if (!popup || popup.closed || popup.closed === undefined) {
              clearInterval(polling);
              this.props.onFailure(new Error("Popup has been closed by user"));
            }
      Severity: Minor
      Found in src/index.js - About 1 hr to fix

        Function getRequestToken has 26 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          getRequestToken() {
            var popup = this.openPopup();
        
            return window
              .fetch(this.props.requestTokenUrl, {
        Severity: Minor
        Found in src/index.js - About 1 hr to fix
          Severity
          Category
          Status
          Source
          Language