summaryrefslogtreecommitdiffstats
path: root/.mega-linter.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add check for newer versions (#1562)Casey Lee2023-01-151-1/+1
| | | | | | | | | | | * feat: add check for newer versions * fix: support JSON logger and rever updates to go.mod * fix: keep version updated in source code * fix: lint errors * fix: revert go.*
* fix: support docker create arguments from container.options (#1022) (#1351)Alex Savchuk2022-10-071-1/+1
| | | | | | | | | | | | | | | * fix: support docker create arguments from container.options (#1022) * fix processing of errors, add verbose logging, fix test * disable linter for code copied from docker/cli * fix all linter issues * Add license info * Add opts_test.go from docker/cli and required testdata Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* build(deps): bump megalinter/megalinter from 5 to 6.11.0 (#1370)dependabot[bot]2022-10-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * build(deps): bump megalinter/megalinter from 5 to 6.11.0 Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 5 to 6.11.0. - [Release notes](https://github.com/megalinter/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/megalinter/megalinter/compare/v5...v6.11.0) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: updates to support new megalinter Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casey Lee <caseypl@amazon.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* ci(choco): update chocolatey to 1.1.0 (#1164)R2022-05-231-1/+1
| | | | | | | | | | * fix(editorconfig,megalinter): enforce space style * ignore install.sh since it's auto-generated * simplify editorconfig * ci(choco): update chocolatey to 1.1.0 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* lint(megalinter): disable markdown link check (#938)Ryan2021-12-221-0/+1
|
* ci: replace superlinter with megalinter (#923)Ryan2021-12-221-0/+17
* ci: replace superlinter with megalinter Signed-off-by: hackercat <me@hackerc.at> * fix: apply lint recommendations Signed-off-by: hackercat <me@hackerc.at>