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

Commit 2d55d31

Browse files
authored
Merge release-v2.8.2 into master
2 parents 5413525 + 927edb0 commit 2d55d31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## v2.8.2 (May 10, 2017)
1+
## v2.8.2 (May 31, 2017)
22
- Provided more detailed linting error message in copyright header tool
3+
- Set sass linting rules to un-ignore base styles
34

45
## v2.8.1 (May 8, 2017)
56
- Fixes whitespace / newline management in copyright tool

css/.sass-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
files:
44
include: '**/*.s+(a|c)ss'
5-
ignore: # standard ignores for Adaptive.js projects
5+
ignore:
66
- '**/node_modules/**/*.scss'
77
- '**/bower_components/**/*.scss'
8-
- 'app/global/styles/base/**/*.scss'
98
options:
109
formatter: stylish
1110
merge-default-rules: false

0 commit comments

Comments
 (0)