Skip to content

Commit

Permalink
Enforce # typed: true where possible (#8385)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee authored Nov 14, 2023
1 parent 3571625 commit 91640f0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ Style/SpecialGlobalVars:
Enabled: false
Style/SelectByRegexp:
Enabled: false
Sorbet/TrueSigil:
Exclude:
- "**/spec/**/*"

# TODO these were temporarily disabled during the Ruby 2.7 -> 3.1 upgrade
# in order to keep the upgrade diff small, they will be enabled/fixed in
Expand Down
3 changes: 3 additions & 0 deletions common/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
inherit_from: ../.rubocop.yml

Sorbet/TrueSigil:
Enabled: true
3 changes: 3 additions & 0 deletions git_submodules/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
inherit_from: ../.rubocop.yml

Sorbet/TrueSigil:
Enabled: true
3 changes: 3 additions & 0 deletions swift/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
inherit_from: ../.rubocop.yml

Sorbet/TrueSigil:
Enabled: true

0 comments on commit 91640f0

Please sign in to comment.