Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
inline = "rake package"
```

In this example, the `me/rake-tasks` inline buildpack is configured to run after the `example/ruby` buildpack. The inline script is compatible with Buildpack API version `0.6` (this is a required field), and it will execute the `rake package` command during the build step.
In this example, the `me/rake-tasks` inline buildpack is configured to run after the `example/ruby` buildpack. The inline script is compatible with Buildpack API version `0.10` (this is a required field), and it will execute the `rake package` command during the build step.

Check warning on line 34 in content/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "content/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks.md", "range": {"start": {"line": 34, "column": 213}}}, "severity": "WARNING"}

Check warning on line 34 in content/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "content/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks.md", "range": {"start": {"line": 34, "column": 178}}}, "severity": "INFO"}

Check warning on line 34 in content/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is configured'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is configured').", "location": {"path": "content/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks.md", "range": {"start": {"line": 34, "column": 55}}}, "severity": "INFO"}

> **Note:** Inline buildpacks will _always_ pass detection.

Expand Down
Loading