Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Dec 2, 2023
1 parent fdd4758 commit 8b28cb0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Layout/MultilineAssignmentLayout:

Layout/MultilineOperationIndentation:
EnforcedStyle: indented
# indentationWidtH: 2
# indentationWidth: 2

Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
Expand Down
17 changes: 17 additions & 0 deletions .spellr_wordlists/english.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ applescript
argf
asc
autocorrect
autocorrections
autofixable
autolint
automain
autosquash
Expand Down Expand Up @@ -75,6 +77,8 @@ exercism
exitstatus
fixups
flushcache
fnm
functionify
gbb
gbc
gbf
Expand All @@ -95,10 +99,12 @@ gdpf
gemfile
gemrc
gemspec
getopts
gitattributes
gitconfig
github
gitignore
gitlab
glf
glm
glp
Expand Down Expand Up @@ -129,6 +135,8 @@ gunwip
gwip
gwipp
gzip
histappend
https
i'm
idk
inconsolata
Expand Down Expand Up @@ -168,6 +176,7 @@ mkdir
mktemp
mycnf
mysql
namespace
nevergreen
newblank
nginx
Expand All @@ -182,11 +191,15 @@ numstat
nvm
ocommand
oneline
optind
osascript
oscrypto
osxkeychain
param
params
pathspec
pbcopy
pcre
pickaxe
pids
pinentry
Expand Down Expand Up @@ -240,6 +253,7 @@ sigint
signingkey
simplecov
snginx
speckly
spotify
sqlite
stylelint
Expand All @@ -260,6 +274,7 @@ ttab
tty
txt
uncommit
unfork
uniq
universalaccess
unmatch
Expand All @@ -268,6 +283,7 @@ unsetenv
unstage
unstaged
untrack
uoption
urls
usr
utf
Expand All @@ -277,6 +293,7 @@ webpack
wget
wip
worflow
worktree
xargs
xcode
xmllint
Expand Down
2 changes: 1 addition & 1 deletion bin/chruby
Original file line number Diff line number Diff line change
@@ -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 "$@"

0 comments on commit 8b28cb0

Please sign in to comment.