This repository was archived by the owner on Oct 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
--exclude lib/wpxf/net/typhoeus_helper.rb
2
2
--exclude lib/wpxf/net/http_options.rb
3
3
--exclude lib/wpxf/core.rb
4
- --exclude lib/wpxf/cli/**/*
5
- --exclude lib/wpxf/modules/**/*
6
- --exclude lib/wpxf/payloads/**/*
4
+ --exclude lib/wpxf/cli/*
5
+ --exclude lib/wpxf/modules/*
6
+ --exclude lib/wpxf/payloads/*
7
7
8
8
lib/wpxf/**/*.rb
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def generate_unique_filename(file_extension)
34
34
File . join ( storage_path , filename )
35
35
end
36
36
37
- # Save { content} to a new file and log the loot in the database.
37
+ # Save content to a new file and log the loot in the database.
38
38
# @param content [String] the file content to save.
39
39
# @param extension [String] the file extension to use when creating the file.
40
40
# @return [Models::LootItem] the newly created {Models::LootItem}.
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def expected_http_code
88
88
end
89
89
90
90
# Handles an occurrence of an unexpected result.
91
- # @param [Integer] the returned HTTP code.
91
+ # @param code [Integer] the returned HTTP code.
92
92
# @return [Boolean] true if the code should be ignored, false if the module should fail.
93
93
def handle_unexpected_http_code ( code )
94
94
emit_error "Server responded with code #{ code } "
You can’t perform that action at this time.
0 commit comments