oxsecurity / megalinter

🦙 MegaLinter analyzes 50 languages, 22 formats, 21 tooling formats, excessive copy-pastes, spelling mistakes and security issues in your repository sources with a GitHub Action, other CI tools or locally.
https://megalinter.io
GNU Affero General Public License v3.0
1.9k stars 232 forks source link

About Contributing Guide and Pre-requisites #693

Closed llaville closed 3 years ago

llaville commented 3 years ago

Hello,

I've begun to prepare a new fresh mega-linter environment by following the Contributing Guide, and I've a question about

Second level dev dependencies are installed by running ./build.sh which is also a test if the installation worked

With current version of Mega-Linter

commit 09a3ab545301383bdbbb06599b52283ab74a183e (HEAD -> master, origin/master, origin/HEAD)
Merge: a01ddae4 ee21e19c
Author: Nicolas Vuillamy <nicolas.vuillamy@gmail.com>
Date:   Tue Aug 24 23:56:21 2021 +0200

    [automation] Auto-update linters version, help and documentation

When I run the build.sh I got some warnings at end of process, is it normal (good) for you ?

build.sh output ``` 2021-08-25 07:42:48,819 [INFO] Validating ansible.megalinter-descriptor.yml 2021-08-25 07:42:48,920 [INFO] Validating arm.megalinter-descriptor.yml 2021-08-25 07:42:49,024 [INFO] Validating bash.megalinter-descriptor.yml 2021-08-25 07:42:49,150 [INFO] Validating c.megalinter-descriptor.yml 2021-08-25 07:42:49,250 [INFO] Validating clojure.megalinter-descriptor.yml 2021-08-25 07:42:49,356 [INFO] Validating cloudformation.megalinter-descriptor.yml 2021-08-25 07:42:49,461 [INFO] Validating coffee.megalinter-descriptor.yml 2021-08-25 07:42:49,564 [INFO] Validating copypaste.megalinter-descriptor.yml 2021-08-25 07:42:49,679 [INFO] Validating cpp.megalinter-descriptor.yml 2021-08-25 07:42:49,790 [INFO] Validating credentials.megalinter-descriptor.yml 2021-08-25 07:42:49,888 [INFO] Validating csharp.megalinter-descriptor.yml 2021-08-25 07:42:49,986 [INFO] Validating css.megalinter-descriptor.yml 2021-08-25 07:42:50,099 [INFO] Validating dart.megalinter-descriptor.yml 2021-08-25 07:42:50,201 [INFO] Validating dockerfile.megalinter-descriptor.yml 2021-08-25 07:42:50,302 [INFO] Validating editorconfig.megalinter-descriptor.yml 2021-08-25 07:42:50,402 [INFO] Validating env.megalinter-descriptor.yml 2021-08-25 07:42:50,503 [INFO] Validating gherkin.megalinter-descriptor.yml 2021-08-25 07:42:50,600 [INFO] Validating git.megalinter-descriptor.yml 2021-08-25 07:42:50,705 [INFO] Validating go.megalinter-descriptor.yml 2021-08-25 07:42:50,813 [INFO] Validating graphql.megalinter-descriptor.yml 2021-08-25 07:42:50,911 [INFO] Validating groovy.megalinter-descriptor.yml 2021-08-25 07:42:51,024 [INFO] Validating html.megalinter-descriptor.yml 2021-08-25 07:42:51,125 [INFO] Validating java.megalinter-descriptor.yml 2021-08-25 07:42:51,230 [INFO] Validating javascript.megalinter-descriptor.yml 2021-08-25 07:42:51,346 [INFO] Validating json.megalinter-descriptor.yml 2021-08-25 07:42:51,460 [INFO] Validating jsx.megalinter-descriptor.yml 2021-08-25 07:42:51,565 [INFO] Validating kotlin.megalinter-descriptor.yml 2021-08-25 07:42:51,671 [INFO] Validating kubernetes.megalinter-descriptor.yml 2021-08-25 07:42:51,774 [INFO] Validating latex.megalinter-descriptor.yml 2021-08-25 07:42:51,875 [INFO] Validating lua.megalinter-descriptor.yml 2021-08-25 07:42:51,987 [INFO] Validating markdown.megalinter-descriptor.yml 2021-08-25 07:42:52,100 [INFO] Validating openapi.megalinter-descriptor.yml 2021-08-25 07:42:52,203 [INFO] Validating perl.megalinter-descriptor.yml 2021-08-25 07:42:52,305 [INFO] Validating php.megalinter-descriptor.yml 2021-08-25 07:42:52,416 [INFO] Validating powershell.megalinter-descriptor.yml 2021-08-25 07:42:52,519 [INFO] Validating protobuf.megalinter-descriptor.yml 2021-08-25 07:42:52,623 [INFO] Validating puppet.megalinter-descriptor.yml 2021-08-25 07:42:52,735 [INFO] Validating python.megalinter-descriptor.yml 2021-08-25 07:42:52,874 [INFO] Validating r.megalinter-descriptor.yml 2021-08-25 07:42:52,996 [INFO] Validating raku.megalinter-descriptor.yml 2021-08-25 07:42:53,107 [INFO] Validating rst.megalinter-descriptor.yml 2021-08-25 07:42:53,218 [INFO] Validating ruby.megalinter-descriptor.yml 2021-08-25 07:42:53,331 [INFO] Validating rust.megalinter-descriptor.yml 2021-08-25 07:42:53,442 [INFO] Validating salesforce.megalinter-descriptor.yml 2021-08-25 07:42:53,566 [INFO] Validating scala.megalinter-descriptor.yml 2021-08-25 07:42:53,682 [INFO] Validating snakemake.megalinter-descriptor.yml 2021-08-25 07:42:53,795 [INFO] Validating spell.megalinter-descriptor.yml 2021-08-25 07:42:53,909 [INFO] Validating sql.megalinter-descriptor.yml 2021-08-25 07:42:54,026 [INFO] Validating swift.megalinter-descriptor.yml 2021-08-25 07:42:54,153 [INFO] Validating tekton.megalinter-descriptor.yml 2021-08-25 07:42:54,262 [INFO] Validating terraform.megalinter-descriptor.yml 2021-08-25 07:42:54,385 [INFO] Validating tsx.megalinter-descriptor.yml 2021-08-25 07:42:54,500 [INFO] Validating typescript.megalinter-descriptor.yml 2021-08-25 07:42:54,629 [INFO] Validating vbdotnet.megalinter-descriptor.yml 2021-08-25 07:42:54,742 [INFO] Validating xml.megalinter-descriptor.yml 2021-08-25 07:42:54,851 [INFO] Validating yaml.megalinter-descriptor.yml 2021-08-25 07:42:55,643 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../Dockerfile 2021-08-25 07:42:55,648 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../Dockerfile 2021-08-25 07:42:55,653 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../Dockerfile 2021-08-25 07:42:55,654 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../Dockerfile 2021-08-25 07:42:55,656 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../Dockerfile 2021-08-25 07:42:55,656 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../Dockerfile 2021-08-25 07:42:55,657 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../Dockerfile 2021-08-25 07:42:55,658 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../Dockerfile 2021-08-25 07:42:56,380 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ci_light/action.yml 2021-08-25 07:42:56,381 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ci_light/Dockerfile 2021-08-25 07:42:56,381 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ci_light/Dockerfile 2021-08-25 07:42:56,382 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ci_light/Dockerfile 2021-08-25 07:42:56,383 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ci_light/Dockerfile 2021-08-25 07:42:56,384 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ci_light/Dockerfile 2021-08-25 07:42:56,384 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ci_light/Dockerfile 2021-08-25 07:42:56,385 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ci_light/Dockerfile 2021-08-25 07:42:56,386 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ci_light/Dockerfile 2021-08-25 07:42:57,135 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dart/action.yml 2021-08-25 07:42:57,136 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dart/Dockerfile 2021-08-25 07:42:57,137 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dart/Dockerfile 2021-08-25 07:42:57,139 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dart/Dockerfile 2021-08-25 07:42:57,140 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dart/Dockerfile 2021-08-25 07:42:57,141 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dart/Dockerfile 2021-08-25 07:42:57,142 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dart/Dockerfile 2021-08-25 07:42:57,142 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dart/Dockerfile 2021-08-25 07:42:57,143 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dart/Dockerfile 2021-08-25 07:42:57,875 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/documentation/action.yml 2021-08-25 07:42:57,876 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/documentation/Dockerfile 2021-08-25 07:42:57,877 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/documentation/Dockerfile 2021-08-25 07:42:57,879 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/documentation/Dockerfile 2021-08-25 07:42:57,880 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/documentation/Dockerfile 2021-08-25 07:42:57,880 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/documentation/Dockerfile 2021-08-25 07:42:57,881 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/documentation/Dockerfile 2021-08-25 07:42:57,882 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/documentation/Dockerfile 2021-08-25 07:42:57,882 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/documentation/Dockerfile 2021-08-25 07:42:58,592 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dotnet/action.yml 2021-08-25 07:42:58,593 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dotnet/Dockerfile 2021-08-25 07:42:58,593 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dotnet/Dockerfile 2021-08-25 07:42:58,595 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dotnet/Dockerfile 2021-08-25 07:42:58,596 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dotnet/Dockerfile 2021-08-25 07:42:58,596 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dotnet/Dockerfile 2021-08-25 07:42:58,597 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dotnet/Dockerfile 2021-08-25 07:42:58,597 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dotnet/Dockerfile 2021-08-25 07:42:58,598 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/dotnet/Dockerfile 2021-08-25 07:42:59,341 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/go/action.yml 2021-08-25 07:42:59,342 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/go/Dockerfile 2021-08-25 07:42:59,343 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/go/Dockerfile 2021-08-25 07:42:59,345 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/go/Dockerfile 2021-08-25 07:42:59,346 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/go/Dockerfile 2021-08-25 07:42:59,347 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/go/Dockerfile 2021-08-25 07:42:59,348 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/go/Dockerfile 2021-08-25 07:42:59,348 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/go/Dockerfile 2021-08-25 07:42:59,349 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/go/Dockerfile 2021-08-25 07:43:00,087 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/java/action.yml 2021-08-25 07:43:00,088 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/java/Dockerfile 2021-08-25 07:43:00,088 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/java/Dockerfile 2021-08-25 07:43:00,090 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/java/Dockerfile 2021-08-25 07:43:00,090 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/java/Dockerfile 2021-08-25 07:43:00,091 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/java/Dockerfile 2021-08-25 07:43:00,092 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/java/Dockerfile 2021-08-25 07:43:00,092 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/java/Dockerfile 2021-08-25 07:43:00,093 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/java/Dockerfile 2021-08-25 07:43:00,851 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/javascript/action.yml 2021-08-25 07:43:00,852 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/javascript/Dockerfile 2021-08-25 07:43:00,853 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/javascript/Dockerfile 2021-08-25 07:43:00,855 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/javascript/Dockerfile 2021-08-25 07:43:00,855 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/javascript/Dockerfile 2021-08-25 07:43:00,857 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/javascript/Dockerfile 2021-08-25 07:43:00,857 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/javascript/Dockerfile 2021-08-25 07:43:00,858 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/javascript/Dockerfile 2021-08-25 07:43:00,859 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/javascript/Dockerfile 2021-08-25 07:43:01,575 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/php/action.yml 2021-08-25 07:43:01,577 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/php/Dockerfile 2021-08-25 07:43:01,577 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/php/Dockerfile 2021-08-25 07:43:01,579 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/php/Dockerfile 2021-08-25 07:43:01,580 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/php/Dockerfile 2021-08-25 07:43:01,581 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/php/Dockerfile 2021-08-25 07:43:01,581 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/php/Dockerfile 2021-08-25 07:43:01,582 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/php/Dockerfile 2021-08-25 07:43:01,582 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/php/Dockerfile 2021-08-25 07:43:02,308 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/python/action.yml 2021-08-25 07:43:02,309 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/python/Dockerfile 2021-08-25 07:43:02,309 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/python/Dockerfile 2021-08-25 07:43:02,310 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/python/Dockerfile 2021-08-25 07:43:02,311 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/python/Dockerfile 2021-08-25 07:43:02,311 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/python/Dockerfile 2021-08-25 07:43:02,312 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/python/Dockerfile 2021-08-25 07:43:02,313 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/python/Dockerfile 2021-08-25 07:43:02,314 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/python/Dockerfile 2021-08-25 07:43:03,056 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ruby/action.yml 2021-08-25 07:43:03,057 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ruby/Dockerfile 2021-08-25 07:43:03,058 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ruby/Dockerfile 2021-08-25 07:43:03,058 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ruby/Dockerfile 2021-08-25 07:43:03,059 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ruby/Dockerfile 2021-08-25 07:43:03,059 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ruby/Dockerfile 2021-08-25 07:43:03,060 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ruby/Dockerfile 2021-08-25 07:43:03,060 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ruby/Dockerfile 2021-08-25 07:43:03,061 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/ruby/Dockerfile 2021-08-25 07:43:03,783 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/rust/action.yml 2021-08-25 07:43:03,784 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/rust/Dockerfile 2021-08-25 07:43:03,785 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/rust/Dockerfile 2021-08-25 07:43:03,786 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/rust/Dockerfile 2021-08-25 07:43:03,787 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/rust/Dockerfile 2021-08-25 07:43:03,788 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/rust/Dockerfile 2021-08-25 07:43:03,789 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/rust/Dockerfile 2021-08-25 07:43:03,789 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/rust/Dockerfile 2021-08-25 07:43:03,790 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/rust/Dockerfile 2021-08-25 07:43:04,544 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/salesforce/action.yml 2021-08-25 07:43:04,545 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/salesforce/Dockerfile 2021-08-25 07:43:04,546 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/salesforce/Dockerfile 2021-08-25 07:43:04,549 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/salesforce/Dockerfile 2021-08-25 07:43:04,550 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/salesforce/Dockerfile 2021-08-25 07:43:04,551 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/salesforce/Dockerfile 2021-08-25 07:43:04,552 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/salesforce/Dockerfile 2021-08-25 07:43:04,553 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/salesforce/Dockerfile 2021-08-25 07:43:04,554 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/salesforce/Dockerfile 2021-08-25 07:43:05,247 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/scala/action.yml 2021-08-25 07:43:05,247 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/scala/Dockerfile 2021-08-25 07:43:05,248 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/scala/Dockerfile 2021-08-25 07:43:05,249 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/scala/Dockerfile 2021-08-25 07:43:05,250 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/scala/Dockerfile 2021-08-25 07:43:05,250 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/scala/Dockerfile 2021-08-25 07:43:05,251 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/scala/Dockerfile 2021-08-25 07:43:05,251 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/scala/Dockerfile 2021-08-25 07:43:05,252 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/scala/Dockerfile 2021-08-25 07:43:05,972 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/swift/action.yml 2021-08-25 07:43:05,973 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/swift/Dockerfile 2021-08-25 07:43:05,974 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/swift/Dockerfile 2021-08-25 07:43:05,976 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/swift/Dockerfile 2021-08-25 07:43:05,977 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/swift/Dockerfile 2021-08-25 07:43:05,977 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/swift/Dockerfile 2021-08-25 07:43:05,978 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/swift/Dockerfile 2021-08-25 07:43:05,978 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/swift/Dockerfile 2021-08-25 07:43:05,979 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/swift/Dockerfile 2021-08-25 07:43:06,662 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/terraform/action.yml 2021-08-25 07:43:06,663 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/terraform/Dockerfile 2021-08-25 07:43:06,663 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/terraform/Dockerfile 2021-08-25 07:43:06,665 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/terraform/Dockerfile 2021-08-25 07:43:06,665 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/terraform/Dockerfile 2021-08-25 07:43:06,666 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/terraform/Dockerfile 2021-08-25 07:43:06,667 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/terraform/Dockerfile 2021-08-25 07:43:06,667 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/terraform/Dockerfile 2021-08-25 07:43:06,668 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../flavors/terraform/Dockerfile 2021-08-25 07:43:06,669 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../mkdocs.yml 2021-08-25 07:43:06,669 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../.github/workflows/deploy-PROD-flavors.yml 2021-08-25 07:43:06,670 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../.github/workflows/deploy-RELEASE-flavors.yml 2021-08-25 07:43:07,054 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/ansible_ansible_lint_test.py 2021-08-25 07:43:07,054 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/arm_arm_ttk_test.py 2021-08-25 07:43:07,054 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/bash_bash_exec_test.py 2021-08-25 07:43:07,055 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/bash_shellcheck_test.py 2021-08-25 07:43:07,055 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/bash_shfmt_test.py 2021-08-25 07:43:07,055 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/c_cpplint_test.py 2021-08-25 07:43:07,056 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/clojure_clj_kondo_test.py 2021-08-25 07:43:07,056 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/cloudformation_cfn_lint_test.py 2021-08-25 07:43:07,056 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/coffee_coffeelint_test.py 2021-08-25 07:43:07,057 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/copypaste_jscpd_test.py 2021-08-25 07:43:07,057 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/cpp_cpplint_test.py 2021-08-25 07:43:07,057 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/credentials_secretlint_test.py 2021-08-25 07:43:07,058 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/csharp_dotnet_format_test.py 2021-08-25 07:43:07,058 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/css_stylelint_test.py 2021-08-25 07:43:07,058 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/css_scss_lint_test.py 2021-08-25 07:43:07,059 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/dart_dartanalyzer_test.py 2021-08-25 07:43:07,059 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/dockerfile_dockerfilelint_test.py 2021-08-25 07:43:07,059 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/dockerfile_hadolint_test.py 2021-08-25 07:43:07,059 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/editorconfig_editorconfig_checker_test.py 2021-08-25 07:43:07,059 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/env_dotenv_linter_test.py 2021-08-25 07:43:07,060 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/gherkin_gherkin_lint_test.py 2021-08-25 07:43:07,060 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/git_git_diff_test.py 2021-08-25 07:43:07,060 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/go_golangci_lint_test.py 2021-08-25 07:43:07,060 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/go_revive_test.py 2021-08-25 07:43:07,060 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/graphql_graphql_schema_linter_test.py 2021-08-25 07:43:07,061 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/groovy_npm_groovy_lint_test.py 2021-08-25 07:43:07,061 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/html_htmlhint_test.py 2021-08-25 07:43:07,061 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/java_checkstyle_test.py 2021-08-25 07:43:07,061 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/javascript_eslint_test.py 2021-08-25 07:43:07,061 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/javascript_standard_test.py 2021-08-25 07:43:07,062 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/javascript_prettier_test.py 2021-08-25 07:43:07,062 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/json_jsonlint_test.py 2021-08-25 07:43:07,062 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/json_eslint_plugin_jsonc_test.py 2021-08-25 07:43:07,062 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/json_v8r_test.py 2021-08-25 07:43:07,062 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/json_prettier_test.py 2021-08-25 07:43:07,063 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/jsx_eslint_test.py 2021-08-25 07:43:07,063 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/kotlin_ktlint_test.py 2021-08-25 07:43:07,063 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/kubernetes_kubeval_test.py 2021-08-25 07:43:07,064 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/latex_chktex_test.py 2021-08-25 07:43:07,064 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/lua_luacheck_test.py 2021-08-25 07:43:07,064 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/markdown_markdownlint_test.py 2021-08-25 07:43:07,064 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/markdown_remark_lint_test.py 2021-08-25 07:43:07,065 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/markdown_markdown_link_check_test.py 2021-08-25 07:43:07,065 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/markdown_markdown_table_formatter_test.py 2021-08-25 07:43:07,065 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/openapi_spectral_test.py 2021-08-25 07:43:07,066 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/perl_perlcritic_test.py 2021-08-25 07:43:07,066 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/php_php_test.py 2021-08-25 07:43:07,066 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/php_phpcs_test.py 2021-08-25 07:43:07,066 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/php_phpstan_test.py 2021-08-25 07:43:07,067 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/php_psalm_test.py 2021-08-25 07:43:07,067 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/powershell_powershell_test.py 2021-08-25 07:43:07,067 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/protobuf_protolint_test.py 2021-08-25 07:43:07,068 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/puppet_puppet_lint_test.py 2021-08-25 07:43:07,068 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/python_pylint_test.py 2021-08-25 07:43:07,068 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/python_black_test.py 2021-08-25 07:43:07,068 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/python_flake8_test.py 2021-08-25 07:43:07,069 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/python_isort_test.py 2021-08-25 07:43:07,069 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/python_bandit_test.py 2021-08-25 07:43:07,070 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/python_mypy_test.py 2021-08-25 07:43:07,070 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/r_lintr_test.py 2021-08-25 07:43:07,070 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/raku_raku_test.py 2021-08-25 07:43:07,071 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/rst_rst_lint_test.py 2021-08-25 07:43:07,071 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/rst_rstcheck_test.py 2021-08-25 07:43:07,071 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/rst_rstfmt_test.py 2021-08-25 07:43:07,072 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/ruby_rubocop_test.py 2021-08-25 07:43:07,072 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/rust_clippy_test.py 2021-08-25 07:43:07,072 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/salesforce_sfdx_scanner_apex_test.py 2021-08-25 07:43:07,073 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/salesforce_sfdx_scanner_aura_test.py 2021-08-25 07:43:07,073 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/salesforce_sfdx_scanner_lwc_test.py 2021-08-25 07:43:07,073 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/scala_scalafix_test.py 2021-08-25 07:43:07,074 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/snakemake_snakemake_test.py 2021-08-25 07:43:07,074 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/snakemake_snakefmt_test.py 2021-08-25 07:43:07,075 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/spell_misspell_test.py 2021-08-25 07:43:07,075 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/spell_cspell_test.py 2021-08-25 07:43:07,075 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/sql_sql_lint_test.py 2021-08-25 07:43:07,076 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/sql_sqlfluff_test.py 2021-08-25 07:43:07,076 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/sql_tsqllint_test.py 2021-08-25 07:43:07,076 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/swift_swiftlint_test.py 2021-08-25 07:43:07,076 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/tekton_tekton_lint_test.py 2021-08-25 07:43:07,077 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/terraform_tflint_test.py 2021-08-25 07:43:07,077 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/terraform_terrascan_test.py 2021-08-25 07:43:07,077 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/terraform_terragrunt_test.py 2021-08-25 07:43:07,078 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/terraform_terraform_fmt_test.py 2021-08-25 07:43:07,078 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/terraform_checkov_test.py 2021-08-25 07:43:07,078 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/tsx_eslint_test.py 2021-08-25 07:43:07,079 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/typescript_eslint_test.py 2021-08-25 07:43:07,079 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/typescript_standard_test.py 2021-08-25 07:43:07,079 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/typescript_prettier_test.py 2021-08-25 07:43:07,080 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/vbdotnet_dotnet_format_test.py 2021-08-25 07:43:07,080 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/xml_xmllint_test.py 2021-08-25 07:43:07,080 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/yaml_prettier_test.py 2021-08-25 07:43:07,080 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/yaml_yamllint_test.py 2021-08-25 07:43:07,081 [INFO] Updated /home/llaville/devilbox_data/backups/github/my-mega-linter/.automation/../megalinter/tests/test_megalinter/linters/yaml_v8r_test.py 2021-08-25 07:43:07,082 [INFO] Validating .mega-linter.yml Formatting markdown tables... npx: installed 28 in 6.789s No markdown table formatting has been applied. INFO - Cleaning site directory INFO - Building documentation to directory: /home/llaville/devilbox_data/backups/github/my-mega-linter/site INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration: - descriptor-schema.md - descriptors/markdown_markdown_table_prettify.md - descriptors/salesforce_sfdx_scanner.md WARNING - A relative path to './supported-linters/#languages' is included in the 'nav' configuration, which is not found in the documentation files WARNING - A relative path to './supported-linters/#formats' is included in the 'nav' configuration, which is not found in the documentation files WARNING - A relative path to './supported-linters/#tooling-formats' is included in the 'nav' configuration, which is not found in the documentation files WARNING - A relative path to './supported-linters/#other' is included in the 'nav' configuration, which is not found in the documentation files INFO - Documentation built in 11.32 seconds ```

My Platform is :

nvuillam commented 3 years ago

Yes it's normal, those warnings are from mkdocs, who doesn't like when some pages are not referenced in the main menu (but they are from other pages ^^)

llaville commented 3 years ago

Thanks