You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: standards/makefile-contract.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Runs universal scanners that apply to every project regardless of language. Dele
59
59
60
60
#### `docs`
61
61
62
-
Generates documentation. Delegates to the container where `_docs` executes documentation generators like`terraform-docs` for Terraform modules.
62
+
Generates documentation. Delegates to the container where `_docs` executes documentation generators. Runs`terraform-docs` for Terraform modules and generates a tool version report (`.devrail-output/tool-versions.json`) listing the versions of all tools available for the declared languages.
0 commit comments