Skip to content

Commit

Permalink
Lint fixes for Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroshevskii authored Dec 19, 2024
1 parent 4babbfc commit ea2fca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ This guide demonstrates how to get coding suggestions from {% data variables.pro
{% data variables.product.prodname_copilot %} offers coding suggestions as you type. For example, type this function
signature in a Swift file:

```swift copy
```copy

Check failure on line 448 in content/copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot.md

View workflow job for this annotation

GitHub Actions / lint-content

Fenced code blocks should have a language specified

"copy" is not allowed. When you add a fenced code block, you must specify the code language. Allowed languages are: bash, bicep, csharp, dockerfile, golang, graphql, groovy, html, http, java, javascript, json, jsonc, markdown, powershell, python, ruby, scss, shell, sql, text, typescript, xml, yaml. You can add allowed languages by updating data/code-languages.yml.
func calculateDaysBetweenDates(
```

Expand Down

0 comments on commit ea2fca9

Please sign in to comment.