๐พ Archived View for source.community โบ jeffdecola โบ my-go-tools โบ blob โบ develop โบ .codeclimate.yml captured on 2023-09-08 at 16:11:15. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2023-01-29)
โก๏ธ Next capture (2024-02-05)
-=-=-=-=-=-=-
. ,-. ,-. . . ,-. ,-. ,-. ,-. ,-. ,-,-. ,-,-. . . ,-. . |- . . `-. | | | | | | |-' | | | | | | | | | | | | | | | | | `-' `-' `-^ ' `-' `-' :: `-' `-' ' ' ' ' ' ' `-^ ' ' ' `' `-| /| `-'
git clone https://source.community/jeffdecola/my-go-tools.git
View raw contents of /.codeclimate.yml (develop)
โโโโโฎ 1โ # .codeclimate.yml 2โ 3โ version: "2" 4โ # prepare: Actions to perform before analysis begins 5โ # fetch: Remote files to fetch (files are placed relative to the repo's root directory) 6โ # url: url to fetch 7โ # path: destination relative to repo's root directory 8โ 9โ # checks: Configuration of maintainability checks 10โ # <name> 11โ # enabled: true|false 12โ # config: check configuration 13โ 14โ # plugins: Enable optional engines to run in addition to your analysis 15โ # <name> 16โ # enabled: true|false 17โ # channel: alternate channel to use (stable is default) 18โ # config: plugin configuration 19โ plugins: 20โ markdownlint: 21โ enabled: true 22โ shellcheck: 23โ enabled: true 24โ gofmt: 25โ enabled: true 26โ golint: 27โ enabled: true 28โ config: 29โ min_confidence: 0.9 30โ govet: 31โ enabled: true 32โ 33โ # exclude_patterns: Exclude files and/or directories from analysis 34โ # - <pattern> 35โ # - <pattern> 36โ exclude_patterns: 37โ - "docs/" โโโโโฏ
ยท ยท ยท
ยฉ 2023 source.community