forked from mbj/unparser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintegrations.yml
More file actions
85 lines (85 loc) · 3.15 KB
/
integrations.yml
File metadata and controls
85 lines (85 loc) · 3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
- name: anima
repo_uri: 'https://github.com/mbj/anima.git'
repo_ref: 'origin/master'
exclude: []
- name: mutant
repo_uri: 'https://github.com/mbj/mutant.git'
repo_ref: 'origin/master'
exclude: []
- name: yaks
repo_uri: 'https://github.com/plexus/yaks.git'
repo_ref: 'origin/master'
exclude: []
- name: chassis
repo_uri: 'https://github.com/ahawkins/chassis.git'
repo_ref: 'origin/master'
exclude: []
- name: rubyspec
repo_uri: 'https://github.com/ruby/spec.git'
# Revision of rubyspec on the last CI build of unparser that passed
repo_ref: 'origin/master'
exclude:
- command_line/fixtures/bad_syntax.rb
- core/array/pack/shared/float.rb
- core/array/pack/shared/integer.rb
- core/array/pack/shared/string.rb
- core/array/pack/{b,c,h,m}_spec.rb
- core/array/pack/{u,w}_spec.rb
- core/encoding/compatible_spec.rb
- core/encoding/converter/convert_spec.rb
- core/encoding/converter/last_error_spec.rb
- core/encoding/converter/primitive_convert_spec.rb
- core/encoding/converter/primitive_errinfo_spec.rb
- core/encoding/converter/putback_spec.rb
- core/encoding/fixtures/classes.rb
- core/encoding/invalid_byte_sequence_error/error_bytes_spec.rb
- core/encoding/invalid_byte_sequence_error/incomplete_input_spec.rb
- core/encoding/invalid_byte_sequence_error/readagain_bytes_spec.rb
- core/encoding/replicate_spec.rb
- core/env/element_reference_spec.rb
- core/io/readpartial_spec.rb
- core/io/shared/gets_ascii.rb
- core/marshal/dump_spec.rb
- core/marshal/fixtures/marshal_data.rb
- core/marshal/shared/load.rb
- core/random/bytes_spec.rb
- core/regexp/shared/new_ascii.rb
- core/regexp/shared/new_ascii_8bit.rb
- core/regexp/shared/quote.rb
- core/string/byteslice_spec.rb
- core/string/casecmp_spec.rb
- core/string/codepoints_spec.rb
- core/string/count_spec.rb
- core/string/shared/codepoints.rb
- core/string/shared/each_codepoint_without_block.rb
- core/string/shared/eql.rb
- core/string/shared/succ.rb
- core/string/shared/to_sym.rb
- core/string/squeeze_spec.rb
- core/string/unpack/{b,c,h,m}_spec.rb
- core/string/unpack/shared/float.rb
- core/string/unpack/shared/integer.rb
- core/string/unpack/{u,w}_spec.rb
- core/symbol/casecmp_spec.rb
- core/time/_dump_spec.rb
- core/time/_load_spec.rb
- language/fixtures/binary_symbol.rb
- language/fixtures/squiggly_heredoc.rb
- language/for_spec.rb
- language/regexp/encoding_spec.rb
- language/regexp/escapes_spec.rb
- language/string_spec.rb
- library/digest/md5/shared/constants.rb
- library/digest/md5/shared/sample.rb
- library/digest/sha1/shared/constants.rb
- library/digest/sha256/shared/constants.rb
- library/digest/sha384/shared/constants.rb
- library/digest/sha512/shared/constants.rb
- library/openssl/shared/constants.rb
- library/socket/basicsocket/recv_spec.rb
- library/socket/socket/gethostbyname_spec.rb
- library/stringscanner/getch_spec.rb
- library/stringscanner/shared/get_byte.rb
- library/zlib/inflate/set_dictionary_spec.rb
- optional/capi/integer_spec.rb