Skip to content

Commit

Permalink
Update CONTRIBUTING ConfigurationError mention for API change (#5091)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Jun 30, 2023
1 parent 5a72c84 commit 243549d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ If your rule is configurable, but does not fit the pattern of
* This initializer must throw if it does not understand the configuration, or
it cannot be fully initialized with the configuration and default values.
* By convention, a failing initializer throws
`ConfigurationError.UnknownConfiguration`.
`Issue.unknownConfiguration(ruleID: Parent.identifier)`.
* If this initializer fails, your rule will be initialized with its default
values by calling `init()`.

Expand Down

0 comments on commit 243549d

Please sign in to comment.