diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c662b9..56b11df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: bundler-cache: true + - run: scripts/install.sh - run: bundle exec rspec spellr: runs-on: ubuntu-latest diff --git a/.rubocop.yml b/.rubocop.yml index ee0a409..54cd86d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -50,7 +50,7 @@ Layout/MultilineAssignmentLayout: Layout/MultilineOperationIndentation: EnforcedStyle: indented - # indentationWidtH: 2 + # indentationWidth: 2 Layout/MultilineMethodCallIndentation: EnforcedStyle: indented diff --git a/.spellr_wordlists/english.txt b/.spellr_wordlists/english.txt index c27a040..052e7e3 100644 --- a/.spellr_wordlists/english.txt +++ b/.spellr_wordlists/english.txt @@ -6,6 +6,8 @@ applescript argf asc autocorrect +autocorrections +autofixable autolint automain autosquash @@ -75,6 +77,8 @@ exercism exitstatus fixups flushcache +fnm +functionify gbb gbc gbf @@ -95,10 +99,12 @@ gdpf gemfile gemrc gemspec +getopts gitattributes gitconfig github gitignore +gitlab glf glm glp @@ -129,6 +135,8 @@ gunwip gwip gwipp gzip +histappend +https i'm idk inconsolata @@ -168,6 +176,7 @@ mkdir mktemp mycnf mysql +namespace nevergreen newblank nginx @@ -182,11 +191,15 @@ numstat nvm ocommand oneline +optind osascript oscrypto osxkeychain param +params +pathspec pbcopy +pcre pickaxe pids pinentry @@ -240,6 +253,7 @@ sigint signingkey simplecov snginx +speckly spotify sqlite stylelint @@ -260,6 +274,7 @@ ttab tty txt uncommit +unfork uniq universalaccess unmatch @@ -268,6 +283,7 @@ unsetenv unstage unstaged untrack +uoption urls usr utf @@ -277,6 +293,7 @@ webpack wget wip worflow +worktree xargs xcode xmllint diff --git a/bin/chruby b/bin/chruby index 9f48f28..a8adf5f 100755 --- a/bin/chruby +++ b/bin/chruby @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# have this as a script not just a functino +# have this as a script not just a function source $(brew --prefix chruby)/share/chruby/chruby.sh chruby "$@"