Skip to content

Commit

Permalink
Merge pull request #18 from rubocop/add_watcher_for_dot_rubocop_todo_yml
Browse files Browse the repository at this point in the history
Add watcher for .rubocop_todo.yml
  • Loading branch information
koic committed Nov 17, 2023
2 parents 5ba3a8b + 47ab0de commit bc1cf3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master (unreleased)

### Changes

- Add watcher for .rubocop_todo.yml. (@koic)

## 0.6.0 (2023-08-19)

### New features
Expand Down
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ function buildLanguageClientOptions(): LanguageClientOptions {
synchronize: {
fileEvents: [
workspace.createFileSystemWatcher('**/.rubocop.yml'),
workspace.createFileSystemWatcher('**/.rubocop_todo.yml'),
workspace.createFileSystemWatcher('**/Gemfile.lock')
]
},
Expand Down

0 comments on commit bc1cf3c

Please sign in to comment.