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 f526df3 commit 6f543f8Copy full SHA for 6f543f8
entrypoint.sh
@@ -57,7 +57,7 @@ if [ "$8" = true ] ; then
57
58
echo Running: docformatter ${16} $1
59
60
- docformatter ${16} $1
+ docformatter ${16} -c --recursive $1
61
exit_code=$?
62
63
if [ "$exit_code" = "0" ]; then
0 commit comments