Skip to content

Commit c061e56

Browse files
authored
Merge pull request rails#50497 from akhilgkrishnan/document-rubocop-yml-in-directory-structure
Document .rubocop.yml in rails default file folder structure [skip ci]
2 parents 97736d7 + 2fdec81 commit c061e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/source/getting_started.md

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ of the files and folders that Rails creates by default:
191191
|.dockerignore|This file tells Docker which files it should not copy into the container.|
192192
|.gitattributes|This file defines metadata for specific paths in a git repository. This metadata can be used by git and other tools to enhance their behavior. See the [gitattributes documentation](https://git-scm.com/docs/gitattributes) for more information.|
193193
|.gitignore|This file tells git which files (or patterns) it should ignore. See [GitHub - Ignoring files](https://help.github.com/articles/ignoring-files) for more information about ignoring files.|
194+
|.rubocop.yml|This file contains the configuration for RuboCop.|
194195
|.ruby-version|This file contains the default Ruby version.|
195196

196197
Hello, Rails!

0 commit comments

Comments
 (0)