getindata/data-pipelines-cli

View on GitHub
setup.py

Summary

Maintainability
A
0 mins
Test Coverage

Similar lines in 4 files
Open

"""data_pipelines_cli module."""
Severity: Info
Found in setup.py by pylint

Indicates that a set of similar lines has been detected among multiple file. This usually means that the code should be refactored to avoid this duplication. ==datapipelinescli.clicommands.docs:22 ==datapipelinescli.clicommands.run:20 ==datapipelinescli.clicommands.seed:20 ==datapipelinescli.clicommands.test:20 @click.option( --env, default=local, type=str, show_default=True, help=Name of the environment, )

Similar lines in 2 files
Open

"""data_pipelines_cli module."""
Severity: Info
Found in setup.py by pylint

Indicates that a set of similar lines has been detected among multiple file. This usually means that the code should be refactored to avoid this duplication. ==datapipelinescli.clicommands.generate.modelyaml:81 ==datapipelinescli.clicommands.generate.sourceyaml:38 outputfile, defaultflowstyle=False, sortkeys=False, ) echoinfo(f`Generated source schema file and saved in {outputpath}`)

Similar lines in 4 files
Open

"""data_pipelines_cli module."""
Severity: Info
Found in setup.py by pylint

Indicates that a set of similar lines has been detected among multiple file. This usually means that the code should be refactored to avoid this duplication. ==datapipelinescli.clicommands.compile:132 ==datapipelinescli.clicommands.run:20 ==datapipelinescli.clicommands.seed:20 ==datapipelinescli.clicommands.test:20 @click.option( --env, default=local, type=str, show_default=True,

Similar lines in 2 files
Open

"""data_pipelines_cli module."""
Severity: Info
Found in setup.py by pylint

Indicates that a set of similar lines has been detected among multiple file. This usually means that the code should be refactored to avoid this duplication. ==datapipelinescli.clicommands.compile:135 ==datapipelinescli.clicommands.publish:185 type=str, show_default=True, required=True, help=Name of the environment, )

There are no issues that match your filters.

Category
Status