We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08c95f commit 36ef935Copy full SHA for 36ef935
lib/tasks/web.rake
@@ -32,6 +32,7 @@ namespace :slack do
32
parsed = JSON.parse(File.read(path))
33
parsed['undocumented'] = true if path =~ /undocumented/
34
JSON::Validator.validate(method_schema, parsed, insert_defaults: true)
35
+ next if parsed['deprecated'] && parsed['deprecation']['deprecation_warning'] =~ /It will stop functioning in February 2021/
36
result[prefix][name] = parsed
37
end
38
0 commit comments