Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Dec 4, 2023
1 parent 3a03997 commit fe9d558
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .spellr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
excludes:
- vendor
- test/bats
- test/test_helper
- '*.terminal'
- '*.itermcolors'

languages:
ruby:
Expand Down
5 changes: 5 additions & 0 deletions .spellr_wordlists/english.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ dont
dotfiles
dscacheutil
echodo
echodont
echoerr
editmsg
edot
Expand Down Expand Up @@ -147,6 +148,7 @@ irbrc
istat
istatmenus
itemexit
itermcolors
jbuilder
jeks
joejag
Expand Down Expand Up @@ -175,6 +177,7 @@ mergeoptions
mergetool
mkdir
mktemp
monokai
mycnf
mysql
namespace
Expand Down Expand Up @@ -208,6 +211,7 @@ pkgconfig
plist
pmset
ppid
prefs
prettierrc
printf
pryrc
Expand Down Expand Up @@ -280,6 +284,7 @@ uniq
universalaccess
unmatch
unmerged
unpushed
unsetenv
unstage
unstaged
Expand Down
2 changes: 1 addition & 1 deletion bin/git_log_oneline
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ git --no-pager \
log \
--color \
--reverse \
--format='%h%Creset%Cred%Cgreen%Cblue%Creset%(decorate) %s %C(dim)%cr - %cn%Creset' \
--format='%h%C(reset)%C(red)%C(green)%C(blue)%C(reset)%(decorate) %s %C(dim)%cr - %cn%C(reset)' \
"$@" | git_log_oneline_process
1 change: 0 additions & 1 deletion spec/git_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
end
).to have_output(stdout: end_with("Merge branch 'branch2'\n"))


expect(git_log).to have_output(
[
"Merge branch 'branch2'", 'Commit 3', 'Commit 2', 'Commit 1',
Expand Down
2 changes: 1 addition & 1 deletion spec/speckly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def run_command( # rubocop:disable Metrics
end
alias_method :run, :run_command

def debug(new_login_shell_command = Speckly.default_debug_login_shell) # rubocop:disable Metrics
def debug(new_login_shell_command = Speckly.default_debug_login_shell)
::Process.wait ::Process.spawn(
::Speckly.default_env,
new_login_shell_command,
Expand Down

0 comments on commit fe9d558

Please sign in to comment.