CRBT-Team/Purplet

View on GitHub

Showing 129 of 129 total issues

Avoid too many return statements within this function.
Open

    return {
      message: { attachments: [attachment.attachment] },
      files: [attachment.file],
    };
Severity: Major
Found in packages/purplet/src/structures/resolve/create-message.ts - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

      return o;
    Severity: Major
    Found in packages/utils/src/json.ts - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return;
      Severity: Major
      Found in packages/gateway/src/Gateway.ts - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

          return o;
        Severity: Major
        Found in packages/purplet/src/utils/json.ts - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

            return {
              message: {
                ...uncamel,
                attachments: attachments.map(x => x.attachment),
              },
          Severity: Major
          Found in packages/purplet/src/structures/resolve/create-message.ts - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

              return new Blob([data]);
            Severity: Major
            Found in packages/utils/src/blob.ts - About 30 mins to fix

              Function signedBigInt has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
              Open

              function signedBigInt(bits: number) {
                const signBit = -1n << (BigInt(bits) - 1n);
                return new BitSerializer({
                  read(buffer: BitBuffer) {
                    const value = buffer.readBI(bits);
              Severity: Minor
              Found in packages/serialize/src/serializers.ts - About 25 mins 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 printPhase1Data has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
              Open

              export function printPhase1Data(features: Feature[]) {
                const files: FeatureScan = {};
                for (const feat of features) {
                  const inner = feat[FEATURE].hook.merge ? (feat[FEATURE].data as Feature[]) : [feat];
              
              
              Severity: Minor
              Found in packages/purplet/src/utils/build-phase-1.ts - About 25 mins 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 hypesquadHouse has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
              Open

                get hypesquadHouse() {
                  const flags = this.flags;
                  return flags.hasHypeSquadOnlineHouse1
                    ? 'bravery'
                    : flags.hasHypeSquadOnlineHouse2
              Severity: Minor
              Found in packages/purplet/src/structures/user.ts - About 25 mins 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

              Severity
              Category
              Status
              Source
              Language