Skip to content
Snippets Groups Projects
.rubocop.yml 105 B
Newer Older
  • Learn to ignore specific revisions
  • Alexander Olofsson's avatar
    Alexander Olofsson committed
    ---
    AllCops:
      NewCops: enable
    
    Metrics/AbcSize:
      Enabled: false
    
    Style/Documentation:
      Enabled: false