From eca39b11a841bc4aee90c16a66bd592ba42309e6 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 28 Mar 2018 19:47:49 +1100 Subject: [PATCH] chore(project): remove linting from contribution guidelines --- CONTRIBUTING.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3aef1e1f..1af8bc0be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,9 +30,6 @@ You can have a use Github filters to list these issues: * intermediate labeled issues: https://github.com/portainer/portainer/labels/exp%2Fintermediate * advanced labeled issues: https://github.com/portainer/portainer/labels/exp%2Fadvanced -### Linting - -Please check your code using `grunt lint` before submitting your pull requests. ### Commit Message Format