Skip to content

Commit a79f41f

Browse files
authored
Update lintcheck.yml
1 parent 504779e commit a79f41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/pipelines/modules/codepipeline/buildspecs/lintcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ phases:
1515
build:
1616
commands:
1717
- echo "Running pylint documentation check..."
18-
- pylint src/ # Check for missing docstrings
18+
- pylint . # Check for missing docstrings
1919
- echo "Documentation check completed."
2020
post_build:
2121
commands:

0 commit comments

Comments
 (0)