Граф коммитов

651 Коммитов

Автор SHA1 Сообщение Дата
XhmikosR 4de8cb4d53 Travis: disable W003 and W005 when linting Bootstrap docs.
Probably not the best solution...
2017-08-10 20:12:27 +03:00
XhmikosR b3b00f2096 Rewrite .travis.yml to pure YAML and improve it.
* remove local Gemfile and use the one from the Bootstrap repo.
* fix `jekyll` command; it should have been `bundle exec jekyll build`
* specify `node` before cli scripts
* fix Bootstrap _gh_pages check; before it only checked for 8 files, now it checks all of them
2017-08-10 19:57:48 +03:00
XhmikosR 69c6306531 Update jQuery used in tests to v3.2.1. 2017-08-10 07:09:22 +03:00
XhmikosR f59038a687 Fix lint error. 2017-08-10 07:01:14 +03:00
tclindner ae07fa226c #315 - Add new lint for nested form groups (#351) 2017-08-10 06:55:11 +03:00
XhmikosR 58fce102f3 package.json: specify `node` before the bin script.
Windows couldn't run the script because it doesn't support shebangs.
2017-08-09 15:13:17 +03:00
Bardi Harborow 808f05ed74 Update dependencies. 2017-08-09 22:07:19 +10:00
XhmikosR b885862869 Require node.js > 4. 2017-08-09 14:53:41 +03:00
XhmikosR 873c56c6f6 Merge pull request #400 from twbs/lint
Make ESLint configuration stricter and remove JSHint and JSCS.
2017-08-09 14:49:27 +03:00
XhmikosR 4db4069563 Add a separate .eslintrc for tests. 2017-08-09 14:42:09 +03:00
XhmikosR 15e48d40b8 Make ESLint configuration stricter and remove JSHint and JSCS. 2017-08-09 14:42:09 +03:00
XhmikosR a9506ce660 Merge pull request #363 from twbs/travis-cache
Travis: Drop custom caching and switch to node.js 8.
2017-08-09 12:55:10 +03:00
XhmikosR 5c17ef033c Update test files for Bootstrap v3.3.7. 2017-08-09 12:47:24 +03:00
XhmikosR 94c6ac06a8 Travis CI: Drop custom caching and switch to node.js 8. 2017-08-09 12:47:07 +03:00
Bardi Harborow 84f649b794 Update outdated bootstrap version test case.
Errata from #395.
2017-08-09 19:26:21 +10:00
XhmikosR c8b9b863bf Merge pull request #395 from Johann-S/patch-1
Update copyright + last release of BS3
2017-08-08 23:24:31 +03:00
Johann-S cb515bc8ed Update last release of Bootstrap 3 2017-02-01 12:18:20 +01:00
Johann-S 9787195641 Update copyright notices 2017-02-01 12:17:57 +01:00
Chris Rebert c0a165a28b Update copyright notices (#387) 2016-07-23 16:31:53 -07:00
Chris Rebert 4d65f5ddb1 Travis CI: Upgrade to Node.js v6 (#386)
Also adjust Commander initialization to explicitly name our command,
which prevents a crash within commander within our CLI unit tests under Node.js 6.
2016-07-23 15:53:37 -07:00
Chris Rebert bcad9b7cc4 Upgrade to jQuery 3.1.0 (#385) 2016-07-21 22:09:25 -07:00
Henrik Gemal 63a7cd8675 Allow indicating encoding via <meta http-equiv="Content-Type"> (#384)
Fixes #383
2016-07-20 22:15:08 -07:00
Thomas Lindner 6630a83a79 Add wiki URLs to console output; fixes #342
Note this will only work in the browser.
Also adds a `url` property to LintError & LintWarning.

Closes #353
2016-04-10 11:37:16 -07:00
Chris Rebert 494ff55f30 JSHint... 2016-04-10 00:29:51 -07:00
Chris Rebert 000e4aa22f Remove QUnit UI's checkboxes from the DOM during tests to prevent false positives
Refs #373
2016-04-09 22:47:34 -07:00
XhmikosR d3df5801cb Merge pull request #364 from twbs/XhmikosR-patch-1
Update docs.
2016-03-15 08:38:22 +02:00
XhmikosR 80ad44b121 Update docs.
* Switch to shields.io for badges
* Use `https` when possible
* Minor markdown consistency changes

[ci skip]
2016-03-15 00:58:59 +02:00
XhmikosR caae3b06bf Update README.md
Update the link to BootstrapCDN.

[ci skip]
2016-03-14 14:48:12 +02:00
XhmikosR 8157bc1b8b Update .editorconfig.
[ci skip]
2016-03-14 14:41:29 +02:00
XhmikosR 3deb665fd2 Tests: Use local QUnit and `https` for consistency. 2016-03-14 11:51:30 +02:00
XhmikosR a20caac296 Merge pull request #362 from twbs/use-backticks
Use backticks around CSS selectors in lint messages.
2016-03-14 11:15:54 +02:00
XhmikosR 202e43ec24 Use backticks around CSS selectors in lint messages. 2016-03-14 10:58:15 +02:00
XhmikosR 8816fdd106 Bump grunt-contrib-watch to v1.0.0. 2016-03-14 10:53:28 +02:00
XhmikosR 3960b0d946 Merge pull request #360 from twbs/deps
Update dependencies.
2016-03-14 10:41:34 +02:00
XhmikosR 043509d688 Enforce LF for bin/www too. 2016-03-14 10:31:04 +02:00
XhmikosR 99f3611214 Bump copyright year.
[ci skip]
2016-03-14 10:31:03 +02:00
XhmikosR b180fef4df Clean up JSHint rules. 2016-03-14 10:31:03 +02:00
XhmikosR 712bda8457 Update jQuery used in tests to v2.2.1. 2016-03-14 10:31:03 +02:00
XhmikosR 15ca301caa Update ESLint rules for the new version. 2016-03-14 10:31:03 +02:00
XhmikosR 26c5b95471 Update dependencies. 2016-03-12 15:38:19 +02:00
Chris Rebert 9da4bd59cd Merge pull request #359 from twbs/travis
Update Travis config.
2016-03-07 12:02:55 -08:00
XhmikosR 3e7cbd873d Update Travis config.
* use Jekyll v3.1.2 and remove rouge since it's a Jekyll dependency now
* use ruby 2.2
2016-03-07 21:14:40 +02:00
Thomas Lindner 71a5c57866 Add W017 to check for <input>s without type attributes; fixes #341
Closes #350

* Add W017 to check for inputs that are missing a type attribute.
* Add new fixtures to test the new lint
* Update bootlint_test to call new fixtures
2016-02-01 12:42:07 -08:00
Thomas Lindner 8c2ea747ee Add lint E049 to check that .modal-dialog has role="document" ; fixes #319
Closes #349 by merging a rebased version of it.
2016-01-29 22:11:54 -08:00
Thomas Lindner 398d76fa05 Add new lint E048 to check that modals have role="dialog" attributes; fixes #318
Closes #348
2016-01-28 18:32:36 -08:00
Chris Rebert 84fd014127 README: Use faster-to-load version of license badge
[ci skip]
2016-01-20 00:12:37 -08:00
Stefan Oderbolz 45cb0498d5 Add gulp-bootlint to README
Closes #345
2016-01-15 16:38:00 -08:00
Chris Rebert 7c141d62aa Travis CI: Use Node.js 5 instead of stable
Refs https://github.com/twbs/grunt-bootlint/pull/61
2015-11-25 19:06:07 -08:00
Chris Rebert 2355c9a7a7 Regenerate dist/browser/bootlint.js 2015-11-25 01:16:10 -08:00
Chris Rebert 7ac6140d8a package.json: v0.14.2
[ci skip]
2015-11-25 01:10:39 -08:00