Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Temporarily downgrade spaced-comment errors to warning level, until…
Browse files Browse the repository at this point in the history
… Astro release builds comply with this rule.
  • Loading branch information
Anton Bielousov committed Dec 10, 2016
1 parent 6c42fb5 commit c112927
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2.7.2
- Temporarily downgrade `spaced-comment` errors to warning level, until Astro release builds comply with this rule.
2.7.1
- Re-organized and cleaned up markdown linting files
- Switched to using `no-duplicate-headings-in-section` (instead of `no-duplicate-headings`)
Expand Down
2 changes: 1 addition & 1 deletion es5/mobify-es5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rules:
- never
space-infix-ops: error
space-unary-ops: error
spaced-comment: error
spaced-comment: warn
no-undef: error
eol-last: warn
quotes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobify-code-style",
"version": "2.7.1",
"version": "2.7.2",
"description": "Code style guide and linting tools for Mobify",
"repository": {
"type": "git",
Expand Down

0 comments on commit c112927

Please sign in to comment.