Skip to content

Commit

Permalink
We need .rubocop_todo.yml as well... (#1192)
Browse files Browse the repository at this point in the history
Co-authored-by: Omri Gabay <[email protected]>
  • Loading branch information
OmriSama and Omri Gabay authored Aug 6, 2021
1 parent cb3ea94 commit 5601f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export const fileIcons: FileIcons = {
{ name: 'gemfile', fileNames: ['gemfile'] },
{
name: 'rubocop',
fileNames: ['.rubocop.yml', '.rubocop-todo.yml'],
fileNames: ['.rubocop.yml', '.rubocop-todo.yml', '.rubocop_todo.yml'],
light: true,
},
{ name: 'fsharp', fileExtensions: ['fs', 'fsx', 'fsi', 'fsproj'] },
Expand Down

0 comments on commit 5601f54

Please sign in to comment.