lib/tapioca.rb in tapioca-0.8.3 vs lib/tapioca.rb in tapioca-0.9.0
- old
+ new
@@ -41,9 +41,12 @@
# ActiveSupport overrides some core methods with different signatures
# so we generate a typed: false RBI for it to suppress errors
"activesupport" => "false",
}.freeze, T::Hash[String, String])
+ DEFAULT_RBI_MAX_LINE_LENGTH = 120
+ DEFAULT_ENVIRONMENT = "development"
+
CENTRAL_REPO_ROOT_URI = "https://raw.githubusercontent.com/Shopify/rbi-central/main"
CENTRAL_REPO_INDEX_PATH = "index.json"
CENTRAL_REPO_ANNOTATIONS_DIR = "rbi/annotations"
end