Skip to content

Commit

Permalink
Merge pull request #29 from artichoke/lopopolo/sorbet-minimum-strictness
Browse files Browse the repository at this point in the history
Enforce Ruby files have 'strict' as the minimum sorbet typed level
  • Loading branch information
lopopolo authored Sep 10, 2022
2 parents 2a62a74 + 9af7c5d commit 62834ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
Metrics:
Enabled: false
Sorbet/EnforceSignatures:
Enabled: true
Sorbet/ForbidTUntyped:
Enabled: true
Sorbet/HasSigil:
Enabled: true
SuggestedStrictness: strict
MinimumStrictness: strict
Style/AccessModifierDeclarations:
EnforcedStyle: inline
Style/Documentation:
Expand Down
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 'fileutils'
Expand Down

0 comments on commit 62834ac

Please sign in to comment.