0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/test/unit
Kevin Ansfield ff73f1af92 deps: grunt-jscs@2.1.0
no issue
- update grunt-jscs dependency
- fix deprecated `validateJSDoc` configuration
- fix numerous linting errors, including:
  - use of future-reserved `public` and `private` variable names
  - use of `[]` instead of dot-notation (especially `express['static']` and `cacheRules['x']`)
  - extra spaces in `const { run } = Ember` style constructs

One issue that did become apparent is that there are conflicting rules that prevent the use of object function shorthand such that both of these:

```
{ myFunc() {} }
{ myFunc () {} }
```

are called out due to either the missing or the extra space before the `(`
2015-10-12 19:21:16 +01:00
..
middleware deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
server_helpers Merge pull request #5877 from ErisDS/pr-5864-nav-url 2015-10-09 09:46:56 +02:00
api_utils_spec.js Return a single 422 error for invalid values 2015-09-25 10:30:49 +01:00
apps_spec.js
config_spec.js Test support for various URL schemes 2015-09-27 10:31:49 +01:00
error_handling_spec.js deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
filters_spec.js
frontend_spec.js Fix failing frontend_spec on windows. Don't rely on path matches. 2015-07-14 11:16:41 +02:00
importer_spec.js
mail_spec.js
migration_spec.js Maintain tag order for posts 2015-09-02 16:39:34 +01:00
models_pagination_spec.js
permissions_spec.js deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
rss_spec.js RSS Fix: Do not convert protocol relative URLs 2015-07-21 23:16:04 -05:00
server_helpers_index_spec.js
server_helpers_template_spec.js
server_spec.js
server_utils_spec.js Fix handling of slugs on import 2015-09-23 17:41:44 +01:00
showdown_client_integrated_spec.js
sitemap_spec.js
storage_local-file-store_spec.js
xmlrpc_spec.js