diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-23 18:07:17 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-23 18:07:17 +0000 |
commit | aee5750044c5bb3a92c4c783504fdb4a62c60fb2 (patch) | |
tree | efaf9e5f839336b5aac4ebc54565ddcdb15958f0 /.solargraph.yml.example | |
parent | 99c1dfd5e3f39868d65cb006078a8d091992fa54 (diff) | |
download | gitlab-ce-aee5750044c5bb3a92c4c783504fdb4a62c60fb2.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.solargraph.yml.example')
-rw-r--r-- | .solargraph.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.solargraph.yml.example b/.solargraph.yml.example index c226b038af9..655ba85261a 100644 --- a/.solargraph.yml.example +++ b/.solargraph.yml.example @@ -24,4 +24,4 @@ formatter: rubocop: # formatting require_paths: [] plugins: [] -max_files: 15000 +max_files: 20000 |