We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504779e commit a79f41fCopy full SHA for a79f41f
terraform/pipelines/modules/codepipeline/buildspecs/lintcheck.yml
@@ -15,7 +15,7 @@ phases:
15
build:
16
commands:
17
- echo "Running pylint documentation check..."
18
- - pylint src/ # Check for missing docstrings
+ - pylint . # Check for missing docstrings
19
- echo "Documentation check completed."
20
post_build:
21
0 commit comments