Skip to content

Commit

Permalink
feat: Bump to 9.19 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfyda committed Feb 18, 2024
1 parent b475b4b commit de381db
Show file tree
Hide file tree
Showing 441 changed files with 14,405 additions and 5,653 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
version: 2.1

orbs:
codacy: codacy/base@10.1.1
codacy_plugins_test: codacy/plugins-test@1.1.1
codacy: codacy/base@11.1.1
codacy_plugins_test: codacy/plugins-test@2.0.9

workflows:
version: 2
build-and-deploy:
jobs:
- codacy/checkout_and_version
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ ARG DOTNET_BASE_OS=alpine3.18
## BUILD IMAGE
FROM mcr.microsoft.com/dotnet/sdk:$DOTNET_VERSION-$DOTNET_BASE_OS AS builder

RUN apk add --no-cache make unzip libxml2-utils

COPY . /workdir
WORKDIR /workdir

RUN apk add --no-cache make unzip libxml2-utils &&\
make &&\
RUN make &&\
make publish &&\
make documentation

Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ update-docs:
-o sonar-csharp-plugin.jar
mkdir -p $(RESOURCE_FOLDER)
unzip sonar-csharp-plugin.jar -d '$(RESOURCE_FOLDER)/sonar-csharp-plugin'
cp $(RESOURCE_FOLDER)/sonar-csharp-plugin/org/sonar/plugins/csharp/rules.xml "$(RESOURCE_FOLDER)/sonar-csharp-rules.xml"
cp $(RESOURCE_FOLDER)/sonar-csharp-plugin/org/sonar/plugins/csharp/Rules.json "$(RESOURCE_FOLDER)"
cp $(RESOURCE_FOLDER)/sonar-csharp-plugin/org/sonar/plugins/csharp/S*.json "$(RESOURCE_FOLDER)"
cp $(RESOURCE_FOLDER)/sonar-csharp-plugin/org/sonar/plugins/csharp/S*.html "$(RESOURCE_FOLDER)"
rm $(RESOURCE_FOLDER)/Sonar_way_profile.json
rm sonar-csharp-plugin.jar
rm -rf $(RESOURCE_FOLDER)/sonar-csharp-plugin/

Expand Down
31 changes: 19 additions & 12 deletions docs/description/S100.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 51 additions & 5 deletions docs/description/S1006.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 19 additions & 11 deletions docs/description/S101.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion docs/description/S103.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion docs/description/S104.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 36 additions & 7 deletions docs/description/S1048.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions docs/description/S105.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 45 additions & 20 deletions docs/description/S106.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de381db

Please sign in to comment.