You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
Your `entitlements-app` config `config/entitlements.yaml` runs through ERB interpretation automatically. You can extend your entitlements configuration to load plugins like so:
10
10
11
-
```
11
+
```ruby
12
12
<%-
13
13
unless ENV['CI_MODE']
14
14
begin
@@ -27,7 +27,7 @@ Your `entitlements-app` config `config/entitlements.yaml` runs through ERB inter
27
27
28
28
You can then define `lib/entitlements-and-plugins` like so:
29
29
30
-
```
30
+
```ruby
31
31
#!/usr/bin/env ruby
32
32
# frozen_string_literal: true
33
33
@@ -48,7 +48,7 @@ Any plugins defined in `lib/entitlements-and-plugins` will be loaded and used at
48
48
49
49
You can add automatic auditing to a separate GitRepo by enabling the following `entitlements.yaml` config:
0 commit comments