We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8db982 commit 5038a89Copy full SHA for 5038a89
README.md
@@ -76,7 +76,8 @@ Your plugins can be as simple or as complex as you want. Here are some other thi
76
You'll want to ensure that all teams are valid in your CI environment. We recommend running code like this in CI:
77
```ruby
78
require 'code_teams'
79
-errors = ::CodeTeams.validation_errors(::CodeTeams.all)
+
80
+errors = CodeTeams.validation_errors(CodeTeams.all)
81
if errors.any?
82
abort <<~ERROR
83
Team validation failed with the following errors:
0 commit comments