Skip to content

Commit 66d0755

Browse files
mstachniuksonartech
authored andcommitted
SONARIAC-2527 S8262 should not raise on paths that don't match ".git/config" (#712)
GitOrigin-RevId: a3c81093cd4b688af809263e1cad5f625a776462
1 parent b523aa1 commit 66d0755

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ which get loaded by the main plugin class and are structured similarly to other
5151
### Setup
5252
To configure build dependencies, run the following command:
5353

54-
```bash
54+
```shell
5555
git submodule update --init -- build-logic/common
5656
```
5757
To always get the latest version of the build logic during git operations, set the following configuration:
5858

59-
```
59+
```shell
6060
git config submodule.recurse true
6161
```
6262
For more information see [README.md](https://github.com/SonarSource/cloud-native-gradle-modules/blob/master/README.md) of cloud-native-gradle-modules.

0 commit comments

Comments
 (0)