aboutsummaryrefslogtreecommitdiffstats
path: root/guides/w3c_validator.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use frozen string literal in guides/Koichi ITO2017-08-131-0/+2
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Fix w3c_validator.rb validation scriptLaurent Arnoud2017-02-231-4/+5
|
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
|
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
| | | | | | | | Style/SpaceBeforeBlockBraces Style/SpaceInsideBlockBraces Style/SpaceInsideHashLiteralBraces Fix all violations in the repository.
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
|
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-26/+26
|
* applies new string literal convention in guidesXavier Noria2016-08-061-3/+3
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* [ci skip] Update redirecting links in guideskei-s2016-07-121-2/+2
|
* Guides: output valid HTML5Nate Berkopec2014-05-051-0/+2
| | | [ci skip]
* Add exception handling to rake guides:validateJaime Iniesta2012-08-241-1/+6
| | | | | If the validation of a guide encounters an exception, inform about it and continue with the loop to validate the rest.
* Fix rake guides:validateJaime Iniesta2012-08-241-7/+7
| | | | This rake task was looking for the output folder in the wrong place.
* Revert "Fix rake guides:validate task as it should be run from the guides ↵Jaime Iniesta2012-08-241-13/+8
| | | | | | | | directory; add exception handling" This kind of changes should go on a pull request instead. This reverts commit ecae2f0ef0452f8d333525a6aed58e5ab8d3ccb1.
* Fix rake guides:validate task as it should be run from the guides directory; ↵Jaime Iniesta2012-08-231-8/+13
| | | | add exception handling
* Remove remaining require 'rubygems'Santiago Pastorino2012-05-131-1/+0
|
* Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
|
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+91