Skip to content

Commit

Permalink
cmd/aspell-dictionaries: Bump to Sorbet typed: strict
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Aug 21, 2024
1 parent 7260901 commit 582799c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/aspell-dictionaries.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true

require "abstract_command"
Expand All @@ -15,6 +16,7 @@ class AspellDictionariesCmd < AbstractCommand
EOS
end

sig { override.void }
def run
dictionary_url = "https://ftp.gnu.org/gnu/aspell/dict"
dictionary_mirror = "https://ftpmirror.gnu.org/aspell/dict"
Expand Down

0 comments on commit 582799c

Please sign in to comment.