Skip to content

Commit

Permalink
remove eslint related modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyubinhan committed Aug 14, 2018
1 parent 127b1f8 commit 7df0c8d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15,853 deletions.
18 changes: 0 additions & 18 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,24 +113,6 @@ podTemplate(label: "${APP_NAME}-node-build", name: "${APP_NAME}-node-build", ser
notifySlack("${APP_NAME}, Build #${BUILD_ID}", "${SLACK_CHANNEL}", "https://hooks.slack.com/services/${SLACK_TOKEN}", [attachment], JENKINS_ICO)
}

//
// Check code quality with a LINTer
//

// try {
// echo "Checking code quality with LINTer"
// sh "npm run test:lint"
// } catch (error) {
// def attachment = [:]
// attachment.fallback = 'See build log for more details'
// attachment.title = "API Build ${BUILD_ID} WARNING! :unamused: :zany_face: :fox4:"
// attachment.color = '#FFA500' // Orange
// attachment.text = "There LINTer code quality check failed.\ncommit ${GIT_COMMIT_SHORT_HASH} by ${GIT_COMMIT_AUTHOR}"
// // attachment.title_link = "${env.BUILD_URL}"

// notifySlack("${APP_NAME}, Build #${BUILD_ID}", "${SLACK_CHANNEL}", "https://hooks.slack.com/services/${SLACK_TOKEN}", [attachment], JENKINS_ICO)
// }

//
// Run a security check on our packages
//
Expand Down
Loading

0 comments on commit 7df0c8d

Please sign in to comment.