scss-lint-html-reporter
Advanced tools
Comparing version 0.3.2 to 0.4.0
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ # 0.3.2 - April 7, 2016 |
{ | ||
"name": "scss-lint-html-reporter", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "SCSS Lint HTML Reporter with optional TeamCity integration", | ||
@@ -33,3 +33,3 @@ "main": "./src/index.js", | ||
"dependencies": { | ||
"hairballs": "0.1.0" | ||
"hairballs": "0.2.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -0,0 +0,0 @@ # SCSS Lint HTML Reporter |
@@ -0,0 +0,0 @@ var fs = require('fs'); |
/** | ||
* @fileoverview SCSS Lint HTML reporter | ||
* @author Evangelia Dendramis | ||
*/ | ||
@@ -124,5 +123,5 @@ | ||
} catch(err) { | ||
this.teamCityLogger.logMessage('SCSS Lint Error', 'An error occured parsing the lint results', 'ERROR'); | ||
this.teamCityLogger.logMessage('SCSS Lint Error', 'An error occurred parsing the lint results', 'ERROR'); | ||
console.log('An error occured parsing the JSON: ' + err); | ||
console.log('An error occurred parsing the JSON: ' + err); | ||
} | ||
@@ -171,4 +170,4 @@ }; | ||
hairballs.errorOccurances.sort(hairballs.sortOccurances); | ||
hairballs.warningOccurances.sort(hairballs.sortOccurances); | ||
hairballs.errorOccurrences.sort(hairballs.sortOccurrences); | ||
hairballs.warningOccurrences.sort(hairballs.sortOccurrences); | ||
@@ -187,4 +186,4 @@ this.teamCityLogger.reportEnd(); | ||
fullReport: this.fullReport, | ||
errorOccurances: hairballs.errorOccurances, | ||
warningOccurances: hairballs.warningOccurances, | ||
errorOccurrences: hairballs.errorOccurrences, | ||
warningOccurrences: hairballs.warningOccurrences, | ||
pageTitle: 'SCSS Lint Results' + (this.fullReport ? '' : ' (lite)') | ||
@@ -191,0 +190,0 @@ }; |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ - catch parsing errors |
@@ -0,0 +0,0 @@ 'use strict'; |
'use strict'; | ||
require('./lint-reporter'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28999
29
298
+ Addedasync@2.6.4(transitive)
+ Addedhairballs@0.2.0(transitive)
+ Addedhandlebars@4.0.13(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addeduglify-js@3.19.3(transitive)
- Removedalign-text@0.1.4(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedasync@1.5.2(transitive)
- Removedcamelcase@1.2.1(transitive)
- Removedcenter-align@0.1.3(transitive)
- Removedcliui@2.1.0(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedhairballs@0.1.0(transitive)
- Removedhandlebars@4.0.5(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedkind-of@3.2.2(transitive)
- Removedlazy-cache@1.0.4(transitive)
- Removedlongest@1.0.1(transitive)
- Removedrepeat-string@1.6.1(transitive)
- Removedright-align@0.1.3(transitive)
- Removedsource-map@0.4.40.5.7(transitive)
- Removeduglify-js@2.8.29(transitive)
- Removeduglify-to-browserify@1.0.2(transitive)
- Removedwindow-size@0.1.0(transitive)
- Removedwordwrap@0.0.2(transitive)
- Removedyargs@3.10.0(transitive)
Updatedhairballs@0.2.0