Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove warning from RuboCop in rbi config
``` Warning: Sorbet does not support DisabledByDefault parameter. Supported parameters are: - DocumentationBaseURL - DocumentationExtension ``` This is true. Because of #252, the top-level Sorbet config key now can be present simply by loading the config, which causes RuboCop to do some extra validating. `DisabledByDefault` is already set for all cops at the top anyways.
- Loading branch information