Commit Graph

4167 Commits

Author SHA1 Message Date
5982db073b Add archive snippet tests 2018-10-26 21:15:14 +03:00
1cc4f5bdd5 Add tests for some archive snippets 2018-10-26 21:08:37 +03:00
7df4d2e67f Merge remote-tracking branch 'origin/master' 2018-10-26 21:03:23 +03:00
7e1a7d5e84 Add tests for pipeLog and levenshtein 2018-10-26 21:03:11 +03:00
f7d54dbb10 Travis build: 699 2018-10-26 17:41:04 +00:00
86ad4b5054 Update .travis.yml 2018-10-26 20:38:52 +03:00
6ec8526a60 Merge remote-tracking branch 'origin/master' 2018-10-26 20:19:14 +03:00
a1e4884313 Add coverage test for Codacy 2018-10-26 20:19:07 +03:00
60d294db77 Travis build: 696 2018-10-26 17:14:20 +00:00
28c5adea61 Update README-start.md 2018-10-26 20:12:26 +03:00
014bc7df41 Travis build: 694 2018-10-26 16:57:45 +00:00
c9224f475a Merge remote-tracking branch 'origin/master' 2018-10-26 19:54:27 +03:00
7d0b8d3c4e Created VSCode snippet data
Also some minor changes and updates to files all over the place
2018-10-26 19:54:18 +03:00
e86f79b486 Travis build: 692 2018-10-26 15:37:27 +00:00
ccdf861848 Merge remote-tracking branch 'origin/master' 2018-10-26 18:35:07 +03:00
1aa9d78365 Updated extractor, removed analyzer 2018-10-26 18:34:57 +03:00
7b41da562c Travis build: 690 2018-10-26 14:42:08 +00:00
b306242c5c Navigation for static pages
Resolves #788
2018-10-26 17:39:41 +03:00
b159362f0e Travis build: 688 2018-10-26 14:19:53 +00:00
0b636f7bd5 Merge pull request #855 from ccjmne/add-totitlecase
Add toTitleCase snippet and update tag_database accordingly
2018-10-26 17:17:51 +03:00
db0485e2bf Travis build: 684 2018-10-25 10:28:14 +00:00
1c71cebc50 Merge pull request #857 from Siarhei-Zharnasek/master
Simplify longestItem
2018-10-25 13:25:07 +03:00
c7336809f7 Update longestItem.md 2018-10-25 13:24:26 +03:00
e0c7d41271 Change argument name 2018-10-25 14:13:25 +04:00
dc80418ce0 Simplify longestItem 2018-10-25 14:13:10 +04:00
8dba3032f9 Travis build: 682 2018-10-25 09:46:25 +00:00
4811e3e3cc Merge pull request #860 from piperchester/patch-1
fix: typo
2018-10-25 11:44:16 +02:00
4efd3aa2fb Travis build: 680 [cron] 2018-10-25 06:41:46 +00:00
e9728dc116 fix: typo 2018-10-24 13:47:55 -07:00
9f0391fd1e Travis build: 678 [cron] 2018-10-23 14:10:24 +00:00
b08035ccf2 Travis build: 675 [cron] 2018-10-21 14:10:00 +00:00
e773784753 Travis build: 673 [custom] 2018-10-20 14:13:59 +00:00
8b9598b52a Update util.js 2018-10-20 17:10:56 +03:00
7923e8b6b8 Travis build: 670 [cron] 2018-10-20 14:09:06 +00:00
603d179def Merge remote-tracking branch 'origin/master' 2018-10-19 20:31:58 +03:00
19c0a4f21f Cleanup after script updates 2018-10-19 20:31:51 +03:00
02a508baf9 Travis build: 665 2018-10-19 17:30:49 +00:00
cd0b7c69d1 Merge pull request #827 from 30-seconds/pack-test-updates
[SCRIPTS] Packaging and testing updates
2018-10-19 20:29:06 +03:00
39c33f05df Test directory up-to-date 2018-10-19 20:28:28 +03:00
cd35293b18 Merge remote-tracking branch 'origin/pack-test-updates' into pack-test-updates 2018-10-19 20:19:03 +03:00
1edaed51e4 Updated the test system 2018-10-19 20:18:00 +03:00
0f334e1431 Updated packager for test builds 2018-10-19 20:17:23 +03:00
26361fb93f Removed temp folder from the module builder 2018-10-19 20:17:23 +03:00
582019ada1 Update module.js to cut down I/O operations 2018-10-19 20:17:23 +03:00
c97b1a6529 Merged module and rollup
In reference to #816
2018-10-19 20:17:23 +03:00
2408b4d435 Update snippets/toTitleCase.md
Co-Authored-By: ccjmne <ccjmne@gmail.com>
2018-10-19 17:58:40 +02:00
edefb9667c Travis build: 661 2018-10-19 07:17:15 +00:00
5fa24f489c Update .eslintrc.json 2018-10-19 10:15:24 +03:00
a9d3d77be2 Travis build: 659 2018-10-19 06:06:32 +00:00
e5d9cfbf2b [SCRIPTS] ESLint (finally) (#853)
As discussed in #816, here's the linting subsystem rebuilt:

- Added `eslint` to the `devDependencies`.
- Configured `.eslintrc.json` to enforce our coding style.
- Swapped out `semistandard`, as `eslint` does the same job that it did.
- Updated `lint.js` to use `eslint` (some rules are overriden there in order to deal with all the problematic data that comes from generated files).
- Made `eslint` `--fix` errors on its own in the `linter` process and give us a report (that does not seem to auto-commit from CI builds, that's probably for the best).
- Run the new `linter` on pretty much everything, some rules are now better applied across the board.

**Only thing remaining** is to configure Codacy to use this ruleset from now on and we are golden.

## PR Type
- [ ] Snippets, Tests & Tags (new snippets, updated snippets, re-tagging of snippets, added/updated tests)
- [x] Scripts & Website & Meta (anything related to files in the [scripts folder](https://github.com/30-seconds/30-seconds-of-code/tree/master/scripts), how the repository's automated procedures work and the website)
- [ ] Glossary & Secondary Features (anything related to the glossary, such as new or updated terms or other secondary features)
- [ ] General, Typos, Misc. & Meta (everything else, typos, general stuff and meta files in the repository - e.g. the issue template)

## Guidelines
- [x] I have read the guidelines in the [CONTRIBUTING](https://github.com/30-seconds/30-seconds-of-code/blob/master/CONTRIBUTING.md) document.
- [x] My PR doesn't include any `testlog` changes.
2018-10-19 08:04:37 +02:00