baza.rb 0.10.1 → 0.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f6074c9e6b658050c602c9f524bbaec0f90b8ce16755e18f286c9cbb950b668
4
- data.tar.gz: e53bc9636b17258a566846fc4c9249da5aff695b2d064ef668e91ead1d11f8e2
3
+ metadata.gz: 8b2d727175020c56bb2a387f2bb60a5c1b6eac92bf0f67721df00db6f43ff1c7
4
+ data.tar.gz: 96fd929cc995cf0c5e1eb7112f13b510abc2e32891092cf74f1daa57ae851fb3
5
5
  SHA512:
6
- metadata.gz: ddf674eab560318a6d0ba35ad750ce3670f7cbfad65605ba2790a6fb0c1c5ad96fa880061bdfcece7303d7578099a2f30f87364f0e3a49651ed99d046c8099e6
7
- data.tar.gz: a88bbd2a78d31a1e1a6e9f62894b0eb92a9247a4cb3501a0930a41290591556259dfc0816347f73a5394bc7d98434bf0e541defa2298f931b080f8fdc4017c6a
6
+ metadata.gz: 02a28ce9c2d38bad3a6b4eb06e807a27f5f8386b028236ed7f21ab2ff0403b938ab867b4d1b7ff179dc62118b8419a45f5dd0dcd81f1d8ab1ac0f0c8c2b76602
7
+ data.tar.gz: 244010e6fea8abe37457db3cac8341362b3663c03828b60a0c9973befa3a65352109a7e8abea8050e17f31381525f31a72e8658ea7df7c3056f76a477b60eb78
data/Gemfile CHANGED
@@ -7,12 +7,12 @@ source 'https://rubygems.org'
7
7
  gemspec
8
8
 
9
9
  gem 'base64', '~>0.3', require: false
10
- gem 'factbase', '~>0.11', require: false
10
+ gem 'factbase', '~>0.16', require: false
11
11
  gem 'minitest', '~>5.25', require: false
12
12
  gem 'minitest-reporters', '~>1.7', require: false
13
- gem 'online', '~>0.0', require: false
13
+ gem 'online', '~>0.1', require: false
14
14
  gem 'os', '~>1.1', require: false
15
- gem 'puma', '~>6.6', require: false
15
+ gem 'puma', '~>7.0', require: false
16
16
  gem 'qbash', '~>0.4', require: false
17
17
  gem 'rack', '~>3.1', require: false
18
18
  gem 'rackup', '~>2.2', require: false
data/Gemfile.lock CHANGED
@@ -3,7 +3,7 @@ PATH
3
3
  specs:
4
4
  baza.rb (0.0.0)
5
5
  backtrace (~> 0.4)
6
- elapsed (~> 0.0)
6
+ elapsed (~> 0.2)
7
7
  faraday (~> 2.13)
8
8
  faraday-http-cache (~> 2.5)
9
9
  faraday-multipart (~> 1.1)
@@ -11,7 +11,7 @@ PATH
11
11
  iri (~> 0.11)
12
12
  loog (~> 0.6)
13
13
  retries (~> 0.0)
14
- tago (~> 0.0)
14
+ tago (~> 0.2)
15
15
  typhoeus (~> 1.4)
16
16
 
17
17
  GEM
@@ -23,7 +23,7 @@ GEM
23
23
  ast (2.4.3)
24
24
  backtrace (0.4.1)
25
25
  base64 (0.3.0)
26
- bigdecimal (3.2.2)
26
+ bigdecimal (3.2.3)
27
27
  builder (3.3.0)
28
28
  crack (1.0.0)
29
29
  bigdecimal
@@ -34,18 +34,18 @@ GEM
34
34
  loog (~> 0.6)
35
35
  tago (~> 0.1)
36
36
  ellipsized (0.3.0)
37
- ethon (0.16.0)
37
+ ethon (0.15.0)
38
38
  ffi (>= 1.15.0)
39
- factbase (0.14.7)
39
+ factbase (0.16.3)
40
40
  backtrace (~> 0.4)
41
- decoor (~> 0.0)
41
+ decoor (~> 0.1)
42
42
  ellipsized (~> 0.3)
43
43
  json (~> 2.7)
44
44
  logger (~> 1.0)
45
45
  loog (~> 0.6)
46
46
  nokogiri (~> 1.10)
47
- others (~> 0.0)
48
- tago (~> 0.0)
47
+ others (~> 0.1)
48
+ tago (~> 0.1)
49
49
  yaml (~> 0.3)
50
50
  faraday (2.13.4)
51
51
  faraday-net_http (>= 2.0, < 3.5)
@@ -63,7 +63,7 @@ GEM
63
63
  ffi (1.17.2-x64-mingw-ucrt)
64
64
  ffi (1.17.2-x86_64-darwin)
65
65
  ffi (1.17.2-x86_64-linux-gnu)
66
- hashdiff (1.2.0)
66
+ hashdiff (1.2.1)
67
67
  iri (0.11.2)
68
68
  json (2.13.2)
69
69
  language_server-protocol (3.17.0.5)
@@ -91,7 +91,7 @@ GEM
91
91
  racc (~> 1.4)
92
92
  nokogiri (1.18.9-x86_64-linux-gnu)
93
93
  racc (~> 1.4)
94
- online (0.0.1)
94
+ online (0.1.0)
95
95
  timeout (~> 0.4)
96
96
  os (1.1.4)
97
97
  others (0.1.1)
@@ -101,7 +101,7 @@ GEM
101
101
  racc
102
102
  prism (1.4.0)
103
103
  public_suffix (6.0.2)
104
- puma (6.6.1)
104
+ puma (7.0.2)
105
105
  nio4r (~> 2.0)
106
106
  qbash (0.4.5)
107
107
  backtrace (> 0)
@@ -109,7 +109,7 @@ GEM
109
109
  loog (> 0)
110
110
  tago (> 0)
111
111
  racc (1.8.1)
112
- rack (3.2.0)
112
+ rack (3.2.1)
113
113
  rack-protection (4.1.1)
114
114
  base64 (>= 0.1.0)
115
115
  logger (>= 1.6.0)
@@ -123,10 +123,10 @@ GEM
123
123
  rake (13.3.0)
124
124
  random-port (0.7.5)
125
125
  tago (> 0)
126
- regexp_parser (2.11.1)
126
+ regexp_parser (2.11.2)
127
127
  retries (0.0.5)
128
- rexml (3.4.1)
129
- rubocop (1.79.2)
128
+ rexml (3.4.4)
129
+ rubocop (1.80.2)
130
130
  json (~> 2.3)
131
131
  language_server-protocol (~> 3.17.0.2)
132
132
  lint_roller (~> 1.1.0)
@@ -140,14 +140,14 @@ GEM
140
140
  rubocop-ast (1.46.0)
141
141
  parser (>= 3.3.7.2)
142
142
  prism (~> 1.4)
143
- rubocop-minitest (0.38.1)
143
+ rubocop-minitest (0.38.2)
144
144
  lint_roller (~> 1.1)
145
145
  rubocop (>= 1.75.0, < 2.0)
146
146
  rubocop-ast (>= 1.38.0, < 2.0)
147
- rubocop-performance (1.25.0)
147
+ rubocop-performance (1.26.0)
148
148
  lint_roller (~> 1.1)
149
149
  rubocop (>= 1.75.0, < 2.0)
150
- rubocop-ast (>= 1.38.0, < 2.0)
150
+ rubocop-ast (>= 1.44.0, < 2.0)
151
151
  rubocop-rake (0.7.1)
152
152
  lint_roller (~> 1.1)
153
153
  rubocop (>= 1.72.1)
@@ -157,7 +157,7 @@ GEM
157
157
  docile (~> 1.1)
158
158
  simplecov-html (~> 0.11)
159
159
  simplecov_json_formatter (~> 0.1)
160
- simplecov-cobertura (3.0.0)
160
+ simplecov-cobertura (3.1.0)
161
161
  rexml
162
162
  simplecov (~> 0.19)
163
163
  simplecov-html (0.13.2)
@@ -169,14 +169,14 @@ GEM
169
169
  rack-protection (= 4.1.1)
170
170
  rack-session (>= 2.0.0, < 3)
171
171
  tilt (~> 2.0)
172
- tago (0.1.0)
172
+ tago (0.2.0)
173
173
  tilt (2.6.1)
174
174
  timeout (0.4.3)
175
- typhoeus (1.4.1)
176
- ethon (>= 0.9.0)
177
- unicode-display_width (3.1.4)
178
- unicode-emoji (~> 4.0, >= 4.0.4)
179
- unicode-emoji (4.0.4)
175
+ typhoeus (1.5.0)
176
+ ethon (>= 0.9.0, < 0.16.0)
177
+ unicode-display_width (3.2.0)
178
+ unicode-emoji (~> 4.1)
179
+ unicode-emoji (4.1.0)
180
180
  uri (1.0.3)
181
181
  wait_for (0.1.1)
182
182
  webmock (3.25.1)
@@ -199,12 +199,12 @@ PLATFORMS
199
199
  DEPENDENCIES
200
200
  base64 (~> 0.3)
201
201
  baza.rb!
202
- factbase (~> 0.11)
202
+ factbase (~> 0.16)
203
203
  minitest (~> 5.25)
204
204
  minitest-reporters (~> 1.7)
205
- online (~> 0.0)
205
+ online (~> 0.1)
206
206
  os (~> 1.1)
207
- puma (~> 6.6)
207
+ puma (~> 7.0)
208
208
  qbash (~> 0.4)
209
209
  rack (~> 3.1)
210
210
  rackup (~> 2.2)
data/baza.rb.gemspec CHANGED
@@ -20,11 +20,11 @@ Gem::Specification.new do |s|
20
20
  s.authors = ['Yegor Bugayenko']
21
21
  s.email = 'yegor256@gmail.com'
22
22
  s.homepage = 'https://github.com/zerocracy/baza.rb'
23
- s.files = `git ls-files`.split($RS)
23
+ s.files = `git ls-files | grep -v -E '^(test/|\\.|renovate)'`.split($RS)
24
24
  s.rdoc_options = ['--charset=UTF-8']
25
25
  s.extra_rdoc_files = ['README.md', 'LICENSE.txt']
26
26
  s.add_dependency 'backtrace', '~>0.4'
27
- s.add_dependency 'elapsed', '~>0.0'
27
+ s.add_dependency 'elapsed', '~>0.2'
28
28
  s.add_dependency 'faraday', '~>2.13'
29
29
  s.add_dependency 'faraday-http-cache', '~>2.5'
30
30
  s.add_dependency 'faraday-multipart', '~>1.1'
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
  s.add_dependency 'iri', '~>0.11'
33
33
  s.add_dependency 'loog', '~>0.6'
34
34
  s.add_dependency 'retries', '~>0.0'
35
- s.add_dependency 'tago', '~>0.0'
35
+ s.add_dependency 'tago', '~>0.2'
36
36
  s.add_dependency 'typhoeus', '~>1.4'
37
37
  s.metadata['rubygems_mfa_required'] = 'true'
38
38
  end
@@ -13,5 +13,5 @@
13
13
  # Copyright:: Copyright (c) 2024-2025 Yegor Bugayenko
14
14
  # License:: MIT
15
15
  class BazaRb
16
- VERSION = '0.10.1'
16
+ VERSION = '0.10.2'
17
17
  end
data/lib/baza-rb.rb CHANGED
@@ -290,35 +290,36 @@ class BazaRb
290
290
 
291
291
  # Place a single durable file on the server.
292
292
  #
293
+ # The file provided will only be uploaded to the server if the durable
294
+ # is currently absent. If the durable is present, the file will be
295
+ # ignored. It is expected to use only small placeholder files, not real
296
+ # data.
297
+ #
293
298
  # @param [String] jname The name of the job on the server
294
299
  # @param [String] file The path to the file to upload
295
- # @param [Integer] chunk_size Maximum size of one chunk
296
300
  # @return [Integer] The ID of the created durable
297
301
  # @raise [ServerFailure] If the upload fails
298
- def durable_place(jname, file, chunk_size: DEFAULT_CHUNK_SIZE)
302
+ def durable_place(jname, file)
299
303
  raise 'The "jname" of the durable is nil' if jname.nil?
300
304
  raise 'The "jname" of the durable may not be empty' if jname.empty?
301
305
  raise 'The "file" of the durable is nil' if file.nil?
302
306
  raise "The file '#{file}' is absent" unless File.exist?(file)
307
+ if File.size(file) > 1024
308
+ raise "The file '#{file}' is too big (#{File.size(file)} bytes) for durable_place(), use durable_save() instead"
309
+ end
303
310
  id = nil
304
- Tempfile.open do |f|
305
- File.write(f.path, 'placeholder')
306
- elapsed(@loog) do
307
- ret = post(
308
- home.append('durables').append('place'),
309
- {
310
- 'jname' => jname,
311
- 'file' => File.basename(file),
312
- 'zip' => File.open(f, 'rb')
313
- }
314
- )
315
- id = ret.headers['X-Zerocracy-DurableId'].to_i
316
- throw :"Durable ##{id} (#{file}, #{File.size(file)} bytes) placed for job \"#{jname}\" at #{@host}"
317
- end
311
+ elapsed(@loog) do
312
+ ret = post(
313
+ home.append('durables').append('place'),
314
+ {
315
+ 'jname' => jname,
316
+ 'file' => File.basename(file),
317
+ 'zip' => File.open(file, 'rb')
318
+ }
319
+ )
320
+ id = ret.headers['X-Zerocracy-DurableId'].to_i
321
+ throw :"Durable ##{id} (#{file}, #{File.size(file)} bytes) placed for job \"#{jname}\" at #{@host}"
318
322
  end
319
- durable_lock(id, user_agent)
320
- durable_save(id, file, chunk_size:)
321
- durable_unlock(id, user_agent)
322
323
  id
323
324
  end
324
325
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: baza.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yegor Bugayenko
@@ -29,14 +29,14 @@ dependencies:
29
29
  requirements:
30
30
  - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: '0.0'
32
+ version: '0.2'
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '0.0'
39
+ version: '0.2'
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: faraday
42
42
  requirement: !ruby/object:Gem::Requirement
@@ -141,14 +141,14 @@ dependencies:
141
141
  requirements:
142
142
  - - "~>"
143
143
  - !ruby/object:Gem::Version
144
- version: '0.0'
144
+ version: '0.2'
145
145
  type: :runtime
146
146
  prerelease: false
147
147
  version_requirements: !ruby/object:Gem::Requirement
148
148
  requirements:
149
149
  - - "~>"
150
150
  - !ruby/object:Gem::Version
151
- version: '0.0'
151
+ version: '0.2'
152
152
  - !ruby/object:Gem::Dependency
153
153
  name: typhoeus
154
154
  requirement: !ruby/object:Gem::Requirement
@@ -173,24 +173,6 @@ extra_rdoc_files:
173
173
  - LICENSE.txt
174
174
  - README.md
175
175
  files:
176
- - ".0pdd.yml"
177
- - ".gitattributes"
178
- - ".github/workflows/actionlint.yml"
179
- - ".github/workflows/codecov.yml"
180
- - ".github/workflows/copyrights.yml"
181
- - ".github/workflows/markdown-lint.yml"
182
- - ".github/workflows/pdd.yml"
183
- - ".github/workflows/rake.yml"
184
- - ".github/workflows/reuse.yml"
185
- - ".github/workflows/typos.yml"
186
- - ".github/workflows/xcop.yml"
187
- - ".github/workflows/yamllint.yml"
188
- - ".gitignore"
189
- - ".pdd"
190
- - ".rubocop.yml"
191
- - ".rultor.yml"
192
- - ".simplecov"
193
- - ".yamllint.yml"
194
176
  - Gemfile
195
177
  - Gemfile.lock
196
178
  - LICENSE.txt
@@ -202,10 +184,6 @@ files:
202
184
  - lib/baza-rb.rb
203
185
  - lib/baza-rb/fake.rb
204
186
  - lib/baza-rb/version.rb
205
- - renovate.json
206
- - test/test__helper.rb
207
- - test/test_baza-rb.rb
208
- - test/test_fake.rb
209
187
  homepage: https://github.com/zerocracy/baza.rb
210
188
  licenses:
211
189
  - MIT
@@ -226,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
226
204
  - !ruby/object:Gem::Version
227
205
  version: '0'
228
206
  requirements: []
229
- rubygems_version: 3.6.7
207
+ rubygems_version: 3.6.9
230
208
  specification_version: 4
231
209
  summary: Zerocracy API Ruby Client
232
210
  test_files: []
data/.0pdd.yml DELETED
@@ -1,8 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
2
- # SPDX-License-Identifier: MIT
3
- ---
4
- errors:
5
- - yegor256@gmail.com
6
- # alerts:
7
- # github:
8
- # - yegor256
data/.gitattributes DELETED
@@ -1,7 +0,0 @@
1
- # Check out all text files in UNIX format, with LF as end of line
2
- # Don't change this file. If you have any ideas about it, please
3
- # submit a separate issue about it and we'll discuss.
4
-
5
- * text=auto eol=lf
6
- *.java ident
7
- *.xml ident
@@ -1,25 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
2
- # SPDX-License-Identifier: MIT
3
- ---
4
- # yamllint disable rule:line-length
5
- name: actionlint
6
- 'on':
7
- push:
8
- branches:
9
- - master
10
- pull_request:
11
- branches:
12
- - master
13
- jobs:
14
- actionlint:
15
- timeout-minutes: 15
16
- runs-on: ubuntu-24.04
17
- steps:
18
- - uses: actions/checkout@v5
19
- - name: Download actionlint
20
- id: get_actionlint
21
- run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
22
- shell: bash
23
- - name: Check workflow files
24
- run: ${{ steps.get_actionlint.outputs.executable }} -color
25
- shell: bash
@@ -1,25 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
2
- # SPDX-License-Identifier: MIT
3
- ---
4
- # yamllint disable rule:line-length
5
- name: codecov
6
- 'on':
7
- push:
8
- branches:
9
- - master
10
- jobs:
11
- codecov:
12
- timeout-minutes: 15
13
- runs-on: ubuntu-24.04
14
- steps:
15
- - uses: actions/checkout@v5
16
- - uses: ruby/setup-ruby@v1
17
- with:
18
- ruby-version: 3.3
19
- bundler-cache: true
20
- - run: bundle config set --global path "$(pwd)/vendor/bundle"
21
- - run: bundle install --no-color
22
- - run: bundle exec rake
23
- - uses: codecov/codecov-action@v5
24
- with:
25
- token: ${{ secrets.CODECOV_TOKEN }}
@@ -1,19 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
2
- # SPDX-License-Identifier: MIT
3
- ---
4
- # yamllint disable rule:line-length
5
- name: copyrights
6
- 'on':
7
- push:
8
- branches:
9
- - master
10
- pull_request:
11
- branches:
12
- - master
13
- jobs:
14
- copyrights:
15
- timeout-minutes: 15
16
- runs-on: ubuntu-24.04
17
- steps:
18
- - uses: actions/checkout@v5
19
- - uses: yegor256/copyrights-action@0.0.12
@@ -1,23 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
2
- # SPDX-License-Identifier: MIT
3
- ---
4
- # yamllint disable rule:line-length
5
- name: markdown-lint
6
- 'on':
7
- push:
8
- branches:
9
- - master
10
- pull_request:
11
- branches:
12
- - master
13
- paths-ignore: ['paper/**', 'sandbox/**']
14
- concurrency:
15
- group: markdown-lint-${{ github.ref }}
16
- cancel-in-progress: true
17
- jobs:
18
- markdown-lint:
19
- timeout-minutes: 15
20
- runs-on: ubuntu-24.04
21
- steps:
22
- - uses: actions/checkout@v5
23
- - uses: DavidAnson/markdownlint-cli2-action@v20.0.0
@@ -1,19 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
2
- # SPDX-License-Identifier: MIT
3
- ---
4
- # yamllint disable rule:line-length
5
- name: pdd
6
- 'on':
7
- push:
8
- branches:
9
- - master
10
- pull_request:
11
- branches:
12
- - master
13
- jobs:
14
- pdd:
15
- timeout-minutes: 15
16
- runs-on: ubuntu-24.04
17
- steps:
18
- - uses: actions/checkout@v5
19
- - uses: volodya-lombrozo/pdd-action@master
@@ -1,29 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
2
- # SPDX-License-Identifier: MIT
3
- ---
4
- # yamllint disable rule:line-length
5
- name: rake
6
- 'on':
7
- push:
8
- branches:
9
- - master
10
- pull_request:
11
- branches:
12
- - master
13
- jobs:
14
- rake:
15
- timeout-minutes: 15
16
- strategy:
17
- matrix:
18
- os: [ubuntu-24.04, macos-15]
19
- ruby: [3.3]
20
- runs-on: ${{ matrix.os }}
21
- steps:
22
- - uses: actions/checkout@v5
23
- - uses: ruby/setup-ruby@v1
24
- with:
25
- ruby-version: ${{ matrix.ruby }}
26
- bundler-cache: true
27
- - run: bundle config set --global path "$(pwd)/vendor/bundle"
28
- - run: bundle install --no-color
29
- - run: bundle exec rake
@@ -1,19 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
2
- # SPDX-License-Identifier: MIT
3
- ---
4
- # yamllint disable rule:line-length
5
- name: reuse
6
- 'on':
7
- push:
8
- branches:
9
- - master
10
- pull_request:
11
- branches:
12
- - master
13
- jobs:
14
- reuse:
15
- timeout-minutes: 15
16
- runs-on: ubuntu-24.04
17
- steps:
18
- - uses: actions/checkout@v5
19
- - uses: fsfe/reuse-action@v5
@@ -1,19 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
2
- # SPDX-License-Identifier: MIT
3
- ---
4
- # yamllint disable rule:line-length
5
- name: typos
6
- 'on':
7
- push:
8
- branches:
9
- - master
10
- pull_request:
11
- branches:
12
- - master
13
- jobs:
14
- typos:
15
- timeout-minutes: 15
16
- runs-on: ubuntu-24.04
17
- steps:
18
- - uses: actions/checkout@v5
19
- - uses: crate-ci/typos@v1.35.3
@@ -1,19 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
2
- # SPDX-License-Identifier: MIT
3
- ---
4
- # yamllint disable rule:line-length
5
- name: xcop
6
- 'on':
7
- push:
8
- branches:
9
- - master
10
- pull_request:
11
- branches:
12
- - master
13
- jobs:
14
- xcop:
15
- timeout-minutes: 15
16
- runs-on: ubuntu-24.04
17
- steps:
18
- - uses: actions/checkout@v5
19
- - uses: g4s8/xcop-action@master
@@ -1,21 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 Zerocracy
2
- # SPDX-License-Identifier: MIT
3
- ---
4
- # yamllint disable rule:line-length
5
- name: yamllint
6
- 'on':
7
- push:
8
- branches:
9
- - master
10
- pull_request:
11
- branches:
12
- - master
13
- jobs:
14
- yamllint:
15
- timeout-minutes: 15
16
- runs-on: ubuntu-24.04
17
- steps:
18
- - uses: actions/checkout@v5
19
- - uses: ibiqlik/action-yamllint@v3
20
- with:
21
- config_file: .yamllint.yml
data/.gitignore DELETED
@@ -1,11 +0,0 @@
1
- .bundle/
2
- .DS_Store
3
- .idea/
4
- .yardoc/
5
- *.gem
6
- coverage/
7
- doc/
8
- node_modules/
9
- rdoc/
10
- vendor/
11
- .claude/
data/.pdd DELETED
@@ -1,7 +0,0 @@
1
- --source=.
2
- --verbose
3
- --exclude target/**/*
4
- --exclude coverage/**/*
5
- --rule min-words:20
6
- --rule min-estimate:15
7
- --rule max-estimate:90