Skip to content

Commit 3371798

Browse files
committed
upload-api-docs snuck under the radar
1 parent 3eb7c27 commit 3371798

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

upload-api-docs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env ruby
22
# frozen_string_literal: true
33

4+
# rubocop:disable Style/OneClassPerFile
5+
46
require 'bundler/inline'
57

68
gemfile true do
@@ -125,3 +127,5 @@ options = Options.new
125127
generate_docs(options)
126128
FileUploader.new(options).upload_docs
127129
return
130+
131+
# rubocop:enable Style/OneClassPerFile

0 commit comments

Comments
 (0)