Skip to content

Commit

Permalink
Merge pull request #125 from Shopify/at-strict
Browse files Browse the repository at this point in the history
Bump a few more files to `typed: strict`
  • Loading branch information
Morriar committed Mar 9, 2022
2 parents 45be7fe + 34c3632 commit 45e3d97
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: true
# typed: strict
# frozen_string_literal: true

source "https://rubygems.org"
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: true
# typed: strict
# frozen_string_literal: true

require "bundler/gem_tasks"
Expand Down
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# typed: true
# typed: strict
# frozen_string_literal: true

require "bundler/setup"
Expand Down
2 changes: 1 addition & 1 deletion bin/tapioca
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# typed: true
# typed: strict
# frozen_string_literal: true

#
Expand Down
2 changes: 1 addition & 1 deletion lib/rbi/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: true
# typed: strict
# frozen_string_literal: true

module RBI
Expand Down
2 changes: 1 addition & 1 deletion rbi.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: true
# typed: strict
# frozen_string_literal: true

require_relative "lib/rbi/version"
Expand Down
2 changes: 1 addition & 1 deletion sorbet/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.
--ignore=/vendor
--ignore=vendor/
--enable-experimental-requires-ancestor
2 changes: 1 addition & 1 deletion sorbet/tapioca/require.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: true
# typed: strict
# frozen_string_literal: true

require "ansi"
Expand Down

0 comments on commit 45e3d97

Please sign in to comment.