* Added script to list the directories of our components.
* Add check for metadata to the readme check.
* Improved the output format for `list_components` on the terminal.
* Switched `check_components` script to use `list_components`.
* Update list_components
* Add README.md to scripts/check.
* Generalized the check_components script.
* Renamed `missing_readme` to `readme`.
* Added documentation to the `scripts/check` directory.
* Disabled the `scripts/check/missing_example_language` script.
* Cleanup verbose echoing in check_components script.
* Added more verbosity options.
* Added check for accessible URLs.
* Added option parsing.
* Added left-nav checks.
* Added license stanza check.
* Added reporting of failed components to check_components script.
* Added a script to convert between naming conventions.
* Added script to check for videos.
* Added check for video still.
* Added script to check for site icon.
* Added DO NOT SUBMIT check.
* Properly quoted output file paths.
* Added check for examples.
* Updated checklist docs for new script setup.
* Added check for example languages in README.md files.
Deleted old PHP code.
* Added missing exit(-1) from example_languages.
* Added uniform error output to example_languages.
* Fixed verbosity of scripts/check_components.
* Add README.md to scripts/check.
* Generalized the check_components script.
* Renamed `missing_readme` to `readme`.
* Added documentation to the `scripts/check` directory.
* Disabled the `scripts/check/missing_example_language` script.
* Cleanup verbose echoing in check_components script.
* Added more verbosity options.
* Added check for accessible URLs.
* Added option parsing.
* Added left-nav checks.
* Added license stanza check.
* Added reporting of failed components to check_components script.
* Added a script to convert between naming conventions.
* Added script to check for videos.
* Added check for video still.
* Added script to check for site icon.
* Added DO NOT SUBMIT check.
* Properly quoted output file paths.
* Added check for examples.
* Updated checklist docs for new script setup.
* Added check for example languages in README.md files.
Deleted old PHP code.
* Added missing exit(-1) from example_languages.
* Added uniform error output to example_languages.
We can credit any contributor who would like to be credited this way, by adding them on request to the AUTHORS file. The copyright statement changes are required for this to work. Note that this has...
Summary:
We can credit any contributor who would like to be credited this way, by adding them on request to the AUTHORS file. The copyright statement changes are required for this to work. Note that this has no legal change, since the contributors always retained their copyright despite the copyright notice, but it's a nice acknowledgement.
Changed copyright statement to include non-Google authors.
Command run:
find * \( -name '*\.m' -or -name '*\.h' -or -name '*\.swift' \) -and -not \( -path 'scripts/external*' -name Pods \) -print0 | xargs -0 sed -i '' 's/Copyright \(.*\) Google Inc/Copyright \1 the Material Components for iOS authors/'
Added non-source files.
Command run:
grep -Rl 'Copyright .* Google Inc' * --exclude-dir scripts/external --null | xargs -0 sed -i '' 's/Copyright \(.*\) Google Inc/Copyright \1 the Material Components for iOS authors/'
Reviewers: featherless, O1 Material components iOS, randallli
Reviewed By: O1 Material components iOS, randallli
Tags: #material_components_ios
Differential Revision: http://codereview.cc/D1415
Summary:
Part of https://github.com/google/material-components-ios/issues/257.
Output:
```
Each of the following components is missing readme:
FontDiskLoader
private/Color
private/Icons/icons/ic_arrow_back
private/ThumbTrack
RobotoFontLoader
```
Reviewers: ajsecord, #mdc_ios_owners
Reviewed By: ajsecord, #mdc_ios_owners
Subscribers: ajsecord
Projects: #material_components_ios
Differential Revision: http://codereview.cc/D417