Skip to content

Commit

Permalink
add sublime project file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Medina committed Jul 17, 2016
1 parent 480249a commit 1bd4e9b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ test/dummy/.sass-cache
.tags_sorted_by_file
.rubocop-*
Gemfile.lock
redis_rds.sublime-workspace
23 changes: 23 additions & 0 deletions redis_rds.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": ["log", "tmp"],
"file_exclude_patterns": [".rubocop-*"]
}
],
"settings":
{
"translate_tabs_to_spaces": true
},
"SublimeLinter": {
"linters": {
"rubocop": {
"@disable": false,
"args": ["--config", "${project}/.rubocop.yml"],
"excludes": []
}
}
}
}

0 comments on commit 1bd4e9b

Please sign in to comment.