-
Notifications
You must be signed in to change notification settings - Fork 149
Extract HTMLParser in dedicated library
#1412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
43ad96b
ba1cea5
d741e3c
1b98c11
3f4ffb0
13ed11b
f20d5a0
fa3ea7a
1854660
262ccdf
2428609
88fbb9a
98a335e
38c3770
bd3eacc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ | |
|
|
||
| # The ~> modifier is not currently used, but we check for it just in case | ||
| XCODE_VERSION=$(sed -E 's/^~> ?//' .xcode-version) | ||
| CI_TOOLKIT_PLUGIN_VERSION="3.8.0" | ||
| CI_TOOLKIT_PLUGIN_VERSION="5.3.1" | ||
|
|
||
| export IMAGE_ID="xcode-$XCODE_VERSION-macos-14.7.1-v1" | ||
| export IMAGE_ID="xcode-$XCODE_VERSION" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suffix removed because I also updated the tooling to 16.4 which does not need it. |
||
| export CI_TOOLKIT_PLUGIN="automattic/a8c-ci-toolkit#$CI_TOOLKIT_PLUGIN_VERSION" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| root = true | ||
|
|
||
| # Apply to all files | ||
| [*] | ||
| indent_style = space | ||
| indent_size = 2 | ||
| end_of_line = lf | ||
| insert_final_newline = true | ||
| charset = utf-8 | ||
| trim_trailing_whitespace = true | ||
|
|
||
| [*.md] | ||
| trim_trailing_whitespace = false | ||
|
|
||
| [*.swift] | ||
| indent_size = 4 | ||
|
|
||
| [{*.h,*.m}] | ||
| indent_size = 4 | ||
|
|
||
| # Ruby specific rules | ||
| [{*.rb,Fastfile,Gemfile}] | ||
| indent_style = space | ||
| indent_size = 2 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 16.2 | ||
| 16.4 |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Routine update.