Skip to content
Snippets Groups Projects
Select Git revision
  • v14.3.6-ee
  • v14.4.4-ee
  • v14.5.2-ee
  • v14.4.3-ee
  • v14.5.1-ee
  • v14.3.5-ee
  • v14.2.7-ee
  • v14.5.0-ee
  • v14.5.0-rc42-ee
  • v14.1.8-ee
  • v14.4.2-ee
  • v14.0.12-ee
  • v13.12.15-ee
  • v13.12.14-ee
  • v13.12.13-ee
  • v14.2.6-ee
  • v14.3.4-ee
  • v14.4.1-ee
  • v14.4.0-ee
  • v14.4.0-rc45-ee
20 results
An error occurred while fetching branches. Retry the search.

.rubocop.yml

Forked from GitLab.org / GitLab
Source project has a limited visibility.
  • Peter Leitzen's avatar
    141da21f
    RuboCop: Split `.rubocop_manual_todo.yml` into `.rubocop_todo/**/*.yml` · 141da21f
    Peter Leitzen authored
    This commit moves all RuboCop configuration from the large
    `.rubocop_manual_todo.yml` into smaller more focused files within
    `.rubocop_todo/**/*.yml`.
    
    This step enables us to split `.rubocop_todo.yml` later which is very
    likely needed if we start using `rake rubocop:todo:generate` because it
    will produce a huge `.rubocop_todo.yml` (due to much higher "exclude
    limit").
    RuboCop: Split `.rubocop_manual_todo.yml` into `.rubocop_todo/**/*.yml`
    Peter Leitzen authored
    This commit moves all RuboCop configuration from the large
    `.rubocop_manual_todo.yml` into smaller more focused files within
    `.rubocop_todo/**/*.yml`.
    
    This step enables us to split `.rubocop_todo.yml` later which is very
    likely needed if we start using `rake rubocop:todo:generate` because it
    will produce a huge `.rubocop_todo.yml` (due to much higher "exclude
    limit").