Skip to content

feat(cli): Docker-based dev environment#2286

Merged
Su (sushmangupta) merged 41 commits into
mainfrom
feat/cli-dev-environment-docs
Jul 13, 2026
Merged

feat(cli): Docker-based dev environment#2286
Su (sushmangupta) merged 41 commits into
mainfrom
feat/cli-dev-environment-docs

Update guides/development/dev-environment.md

7a7d3cb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / LanguageTool completed Jul 9, 2026 in 0s

reviewdog [LanguageTool] report

reported by reviewdog 🐶

Findings (8)

guides/development/dev-environment.md|90 col 104| This word is normally spelled as one. (EN_COMPOUNDS_HAND_WRITTEN)
Suggestions: handwritten
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_HAND_WRITTEN?lang=en-US
Category: MISC
guides/development/dev-environment.md|134 col 301| In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects. (AFTERWARDS_US[1])
Suggestions: afterward
Rule: https://community.languagetool.org/rule/show/AFTERWARDS_US?lang=en-US&subId=1
Category: BRITISH_ENGLISH
guides/development/dev-environment.md|269 col 2| File types are normally capitalized. (FILE_EXTENSIONS_CASE[1])
Suggestions: PHP
URL: https://languagetool.org/insights/post/spelling-capital-letters/
Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1
Category: CASING
guides/development/dev-environment.md|272 col 60| Possible typo: you repeated a word (ENGLISH_WORD_REPEAT_RULE)
Suggestions: blackfire
Rule: https://community.languagetool.org/rule/show/ENGLISH_WORD_REPEAT_RULE?lang=en-US
Category: MISC
guides/development/dev-environment.md|291 col 2| File types are normally capitalized. (FILE_EXTENSIONS_CASE[1])
Suggestions: PHP
URL: https://languagetool.org/insights/post/spelling-capital-letters/
Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1
Category: CASING
guides/development/start-developing.md|43 col 49| Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
Suggestions: , and
URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
Category: PUNCTUATION
guides/installation/project-overview.md|65 col 101| Use a comma before ‘so’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE_2[1])
Suggestions: , so
URL: https://languagetool.org/insights/post/comma-before-and/
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE_2?lang=en-US&subId=1
Category: PUNCTUATION
products/tools/cli/project-commands/dev-environment.md|63 col 4| File types are normally capitalized. (FILE_EXTENSIONS_CASE[1])
Suggestions: PHP
URL: https://languagetool.org/insights/post/spelling-capital-letters/
Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1
Category: CASING

Filtered Findings (0)

Annotations

Check warning on line 90 in guides/development/dev-environment.md

See this annotation in the file changed.

@github-actions github-actions / LanguageTool

[LanguageTool] guides/development/dev-environment.md#L90

This word is normally spelled as one. (EN_COMPOUNDS_HAND_WRITTEN)
Suggestions: `handwritten`
Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_HAND_WRITTEN?lang=en-US
Category: MISC
Raw output
guides/development/dev-environment.md:90:104: This word is normally spelled as one. (EN_COMPOUNDS_HAND_WRITTEN)
 Suggestions: `handwritten`
 Rule: https://community.languagetool.org/rule/show/EN_COMPOUNDS_HAND_WRITTEN?lang=en-US
 Category: MISC

Check warning on line 134 in guides/development/dev-environment.md

See this annotation in the file changed.

@github-actions github-actions / LanguageTool

[LanguageTool] guides/development/dev-environment.md#L134

In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects. (AFTERWARDS_US[1])
Suggestions: `afterward`
Rule: https://community.languagetool.org/rule/show/AFTERWARDS_US?lang=en-US&subId=1
Category: BRITISH_ENGLISH
Raw output
guides/development/dev-environment.md:134:301: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects. (AFTERWARDS_US[1])
 Suggestions: `afterward`
 Rule: https://community.languagetool.org/rule/show/AFTERWARDS_US?lang=en-US&subId=1
 Category: BRITISH_ENGLISH

Check warning on line 269 in guides/development/dev-environment.md

See this annotation in the file changed.

@github-actions github-actions / LanguageTool

[LanguageTool] guides/development/dev-environment.md#L269

File types are normally capitalized. (FILE_EXTENSIONS_CASE[1])
Suggestions: `PHP`
URL: https://languagetool.org/insights/post/spelling-capital-letters/ 
Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1
Category: CASING
Raw output
guides/development/dev-environment.md:269:2: File types are normally capitalized. (FILE_EXTENSIONS_CASE[1])
 Suggestions: `PHP`
 URL: https://languagetool.org/insights/post/spelling-capital-letters/ 
 Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1
 Category: CASING

Check warning on line 272 in guides/development/dev-environment.md

See this annotation in the file changed.

@github-actions github-actions / LanguageTool

[LanguageTool] guides/development/dev-environment.md#L272

Possible typo: you repeated a word (ENGLISH_WORD_REPEAT_RULE)
Suggestions: `blackfire`
Rule: https://community.languagetool.org/rule/show/ENGLISH_WORD_REPEAT_RULE?lang=en-US
Category: MISC
Raw output
guides/development/dev-environment.md:272:60: Possible typo: you repeated a word (ENGLISH_WORD_REPEAT_RULE)
 Suggestions: `blackfire`
 Rule: https://community.languagetool.org/rule/show/ENGLISH_WORD_REPEAT_RULE?lang=en-US
 Category: MISC

Check warning on line 291 in guides/development/dev-environment.md

See this annotation in the file changed.

@github-actions github-actions / LanguageTool

[LanguageTool] guides/development/dev-environment.md#L291

File types are normally capitalized. (FILE_EXTENSIONS_CASE[1])
Suggestions: `PHP`
URL: https://languagetool.org/insights/post/spelling-capital-letters/ 
Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1
Category: CASING
Raw output
guides/development/dev-environment.md:291:2: File types are normally capitalized. (FILE_EXTENSIONS_CASE[1])
 Suggestions: `PHP`
 URL: https://languagetool.org/insights/post/spelling-capital-letters/ 
 Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1
 Category: CASING

Check warning on line 43 in guides/development/start-developing.md

See this annotation in the file changed.

@github-actions github-actions / LanguageTool

[LanguageTool] guides/development/start-developing.md#L43

Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
Suggestions: `, and`
URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence 
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
Category: PUNCTUATION
Raw output
guides/development/start-developing.md:43:49: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE[1])
 Suggestions: `, and`
 URL: https://languagetool.org/insights/post/types-of-sentences/#compound-sentence 
 Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE?lang=en-US&subId=1
 Category: PUNCTUATION

Check warning on line 65 in guides/installation/project-overview.md

See this annotation in the file changed.

@github-actions github-actions / LanguageTool

[LanguageTool] guides/installation/project-overview.md#L65

Use a comma before ‘so’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE_2[1])
Suggestions: `, so`
URL: https://languagetool.org/insights/post/comma-before-and/ 
Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE_2?lang=en-US&subId=1
Category: PUNCTUATION
Raw output
guides/installation/project-overview.md:65:101: Use a comma before ‘so’ if it connects two independent clauses (unless they are closely connected and short). (COMMA_COMPOUND_SENTENCE_2[1])
 Suggestions: `, so`
 URL: https://languagetool.org/insights/post/comma-before-and/ 
 Rule: https://community.languagetool.org/rule/show/COMMA_COMPOUND_SENTENCE_2?lang=en-US&subId=1
 Category: PUNCTUATION

Check warning on line 63 in products/tools/cli/project-commands/dev-environment.md

See this annotation in the file changed.

@github-actions github-actions / LanguageTool

[LanguageTool] products/tools/cli/project-commands/dev-environment.md#L63

File types are normally capitalized. (FILE_EXTENSIONS_CASE[1])
Suggestions: `PHP`
URL: https://languagetool.org/insights/post/spelling-capital-letters/ 
Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1
Category: CASING
Raw output
products/tools/cli/project-commands/dev-environment.md:63:4: File types are normally capitalized. (FILE_EXTENSIONS_CASE[1])
 Suggestions: `PHP`
 URL: https://languagetool.org/insights/post/spelling-capital-letters/ 
 Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1
 Category: CASING