Kentico/gatsby-source-kontent

View on GitHub
packages/gatsby-source/src/createSchemaCustomization.items.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Function createSchemaCustomization has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const createSchemaCustomization = async (
  api: CreateSchemaCustomizationArgs,
  pluginConfig: CustomPluginOptions,
): Promise<void> => {
  // TODO check https://github.com/gatsbyjs/gatsby/pull/14610/files/5c50c435ab49884b6d854cd07f20efd95d1e5f52#diff-29de3acf9ce1010435f2b2f0043dba8cR252
Severity: Minor
Found in packages/gatsby-source/src/createSchemaCustomization.items.ts - About 1 hr to fix

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

        async resolve(
          source: { value?: string[]; modular_content?: string[]; type: string },
          _args: unknown,
          // eslint-disable-next-line @typescript-eslint/no-explicit-any
          context: any,
    Severity: Minor
    Found in packages/gatsby-source/src/createSchemaCustomization.items.ts - About 1 hr to fix

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

      const getLanguageLinkExtension = (): object => ({
        name: getKontentItemLanguageLinkExtensionName(),
        extend: (): object => ({
          async resolve(
            source: { value?: string[]; modular_content?: string[]; type: string },
      Severity: Minor
      Found in packages/gatsby-source/src/createSchemaCustomization.items.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 getElementFieldsDefinitionForType has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

      const getElementFieldsDefinitionForType = (
        type: KontentType,
      ): { [key: string]: { type: string } } => {
        const elementFields: {
          [key: string]: {
      Severity: Minor
      Found in packages/gatsby-source/src/createSchemaCustomization.items.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

      There are no issues that match your filters.

      Category
      Status