https://github.com/godeltech/codereview.analyzers.inspectcode
https://github.com/godeltech/codereview.analyzers.inspectcode
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/godeltech/codereview.analyzers.inspectcode
- Owner: GodelTech
- License: mit
- Created: 2021-01-29T05:15:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T10:40:09.000Z (11 months ago)
- Last Synced: 2025-05-13T14:48:10.688Z (8 months ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeReview.Analyzers.InspectCode
Docker image: https://hub.docker.com/r/godeltech/codereview.analyzers.inspectcode
## Description
This project provides a Docker image to run [JetBrains.ReSharper.GlobalTools](https://www.nuget.org/packages/jetbrains.resharper.globaltools) for code inspection.
## Usage
### How to build the Docker Image
To build the Docker image, run the following commands:
```bash
docker build -t godeltech/codereview.analyzers.inspectcode:0.0.1 .
```
### How to run the Docker Container
To run the Docker container, use the following command:
```bash
docker run -v "/d/temp:/src" -v "/d/temp2:/artifacts" --env SOLUTION_FILE_PATH=/src/ReviewItEasy.Analyzer.sln -it --rm godeltech/codereview.analyzers.inspectcode
```
## License
This project is licensed under the MIT License. See the LICENSE file for more details.