Skip to content

Commit c8da653

Browse files
committed
MCU8MASS-945 Change linter to permissive
1 parent e9233c5 commit c8da653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfilek8s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
stage('linter') {
5656
steps {
57-
sh 'arduino-lint --library-manager update --compliance strict'
57+
sh 'arduino-lint --library-manager update --compliance permissive'
5858
script {
5959
env.DEP_ERROR = getDependencyError()
6060
if (env.DEP_ERROR != '') {

0 commit comments

Comments
 (0)