Skip to content

Commit

Permalink
Remove dotnet format install command (#2311)
Browse files Browse the repository at this point in the history
* Remove redundant dotnet format install

* Run build.sh --doc

* Fix linter

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: bdovaz <bdovaz@users.noreply.github.com>
  • Loading branch information
bdovaz and bdovaz authored Feb 5, 2023
1 parent f8d535e commit b0bb50f
Show file tree
Hide file tree
Showing 171 changed files with 2,365 additions and 2,402 deletions.
56 changes: 28 additions & 28 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1281,8 +1281,8 @@
2763361
],
[
"2023-02-05T12:37:17",
2764355
"2023-02-05T19:16:16",
2764575
]
],
"ci_light": [
Expand Down Expand Up @@ -2567,8 +2567,8 @@
46571
],
[
"2023-02-05T12:37:17",
46619
"2023-02-05T19:16:16",
46629
]
],
"cupcake": [
Expand Down Expand Up @@ -2833,8 +2833,8 @@
2258
],
[
"2023-02-05T12:37:17",
2259
"2023-02-05T19:16:16",
2273
]
],
"dart": [
Expand Down Expand Up @@ -5029,8 +5029,8 @@
110423
],
[
"2023-02-05T12:37:17",
110690
"2023-02-05T19:16:16",
110742
]
],
"dotnet": [
Expand Down Expand Up @@ -6315,8 +6315,8 @@
345978
],
[
"2023-02-05T12:37:17",
346064
"2023-02-05T19:16:16",
346073
]
],
"go": [
Expand Down Expand Up @@ -7601,8 +7601,8 @@
16455
],
[
"2023-02-05T12:37:17",
16460
"2023-02-05T19:16:16",
16462
]
],
"java": [
Expand Down Expand Up @@ -8887,8 +8887,8 @@
107491
],
[
"2023-02-05T12:37:17",
107557
"2023-02-05T19:16:16",
107581
]
],
"javascript": [
Expand Down Expand Up @@ -10173,8 +10173,8 @@
194625
],
[
"2023-02-05T12:37:17",
195079
"2023-02-05T19:16:16",
195181
]
],
"php": [
Expand Down Expand Up @@ -11459,8 +11459,8 @@
44147
],
[
"2023-02-05T12:37:17",
44365
"2023-02-05T19:16:16",
44373
]
],
"python": [
Expand Down Expand Up @@ -12745,8 +12745,8 @@
154070
],
[
"2023-02-05T12:37:17",
154240
"2023-02-05T19:16:16",
154277
]
],
"ruby": [
Expand Down Expand Up @@ -14027,7 +14027,7 @@
2877
],
[
"2023-02-05T12:37:17",
"2023-02-05T19:16:16",
2877
]
],
Expand Down Expand Up @@ -15309,7 +15309,7 @@
4494
],
[
"2023-02-05T12:37:17",
"2023-02-05T19:16:16",
4494
]
],
Expand Down Expand Up @@ -16595,7 +16595,7 @@
16355
],
[
"2023-02-05T12:37:17",
"2023-02-05T19:16:16",
16362
]
],
Expand Down Expand Up @@ -17879,8 +17879,8 @@
2592
],
[
"2023-02-05T12:37:17",
2597
"2023-02-05T19:16:16",
2598
]
],
"swift": [
Expand Down Expand Up @@ -19161,7 +19161,7 @@
3133
],
[
"2023-02-05T12:37:17",
"2023-02-05T19:16:16",
3133
]
],
Expand Down Expand Up @@ -20447,8 +20447,8 @@
170788
],
[
"2023-02-05T12:37:17",
171152
"2023-02-05T19:16:16",
171198
]
]
}
9 changes: 7 additions & 2 deletions .github/linters/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,11 @@
"\u03f0linters",
"\u04bbcoffeescript",
"\u0636clojure",
"\u077bcbad"
"\u077bcbad",
"Deneuve",
"Etienne",
"davidjeddy",
"gotit",
"pjungermann"
]
}
}
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Build: Disable generate_documentation_all_users as we use github-dependents-info

- Evolutions
- Support xmllint autofix, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/2244 (requires definition of `XML_XMLLINT_AUTOFORMAT: true`)
- Support xmllint autofix, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/2244> (requires definition of `XML_XMLLINT_AUTOFORMAT: true`)

- Fixes
- Change name of config file for powershell formatter to avoid collision with powershell linter config, by @nvuillam in https://github.com/oxsecurity/megalinter/pull/2231
- Change name of config file for powershell formatter to avoid collision with powershell linter config, by @nvuillam in <https://github.com/oxsecurity/megalinter/pull/2231>
- Enhance find SARIF json in stdout output
- Pass --show-context, --show-suggestions, and --no-must-find-files to CSpell for friendlier UX, by @Kurt-von-Laven in [#2275](https://github.com/oxsecurity/megalinter/pull/2275).
- Only run npm-package-json-lint when package.json is present, by @Kurt-von-Laven in [#2280](https://github.com/oxsecurity/megalinter/pull/2280).
- Fix local files with extends, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/2236
- Remove downgrading of ansible-lint, by @gotit96 in https://github.com/oxsecurity/megalinter/pull/2257
- Tag some automatically updated files as generated files, by @echoix in https://github.com/oxsecurity/megalinter/pull/2285
- Fix Sarif Reporter in Azure Devops with space in project name, by @EtienneDeneuve in https://github.com/oxsecurity/megalinter/pull/2301
- Fix local files with extends, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/2236>
- Remove downgrading of ansible-lint, by @gotit96 in <https://github.com/oxsecurity/megalinter/pull/2257>
- Tag some automatically updated files as generated files, by @echoix in <https://github.com/oxsecurity/megalinter/pull/2285>
- Fix Sarif Reporter in Azure Devops with space in project name, by @EtienneDeneuve in <https://github.com/oxsecurity/megalinter/pull/2301>

- Documentation
- Configure jsonschema documentation formatting (see [Descriptor schema](https://megalinter.io/latest/json-schemas/descriptor.html), [Configuration schema](https://megalinter.io/latest/json-schemas/configuration.html)), by @echoix in [#2270](https://github.com/oxsecurity/megalinter/pull/2270)
- Update CONTRIBUTING.md and add documentation improvements hints, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/2228
- Add Powershell linters rules url, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/2242
- Fix syft logo, by @pjungermann in https://github.com/oxsecurity/megalinter/pull/2282
- Fix docker run documentation, by @davidjeddy in https://github.com/oxsecurity/megalinter/pull/2258
- Update CONTRIBUTING.md and add documentation improvements hints, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/2228>
- Add Powershell linters rules url, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/2242>
- Fix syft logo, by @pjungermann in <https://github.com/oxsecurity/megalinter/pull/2282>
- Fix docker run documentation, by @davidjeddy in <https://github.com/oxsecurity/megalinter/pull/2258>

- Linter versions upgrades
- [actionlint](https://rhysd.github.io/actionlint/) from 1.6.22 to **1.6.23**
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,6 @@ RUN curl --retry 5 --retry-delay 5 -sLO "${ARM_TTK_URI}" \
# clj-kondo installation
# Managed with COPY --from=clj-kondo /bin/clj-kondo /usr/bin/

# dotnet-format installation
&& /usr/share/dotnet/dotnet tool install -g dotnet-format \

# csharpier installation
&& /usr/share/dotnet/dotnet tool install -g csharpier \

Expand Down
Loading

0 comments on commit b0bb50f

Please sign in to comment.