forked from loafle/openapi-generator-original
skip spotless as part of the check task (#10797)
This commit is contained in:
parent
bd1a6471b6
commit
3284fc2f7e
@ -145,6 +145,9 @@ javadoc {
|
|||||||
// To apply changes directly to the file, run `gradlew spotlessApply`
|
// To apply changes directly to the file, run `gradlew spotlessApply`
|
||||||
// Ref: https://github.com/diffplug/spotless/tree/main/plugin-gradle
|
// Ref: https://github.com/diffplug/spotless/tree/main/plugin-gradle
|
||||||
spotless {
|
spotless {
|
||||||
|
// comment out below to run spotless as part of the `check` task
|
||||||
|
enforceCheck false
|
||||||
|
|
||||||
format 'misc', {
|
format 'misc', {
|
||||||
// define the files (e.g. '*.gradle', '*.md') to apply `misc` to
|
// define the files (e.g. '*.gradle', '*.md') to apply `misc` to
|
||||||
target '.gitignore'
|
target '.gitignore'
|
||||||
|
@ -206,8 +206,8 @@
|
|||||||
<trimTrailingWhitespace/>
|
<trimTrailingWhitespace/>
|
||||||
<endWithNewline/>
|
<endWithNewline/>
|
||||||
<indent>
|
<indent>
|
||||||
<tabs>true</tabs>
|
<spaces>true</spaces> <!-- or <tabs>true</tabs> -->
|
||||||
<spacesPerTab>4</spacesPerTab>
|
<spacesPerTab>4</spacesPerTab> <!-- optional, default is 4 -->
|
||||||
</indent>
|
</indent>
|
||||||
</format>
|
</format>
|
||||||
</formats>
|
</formats>
|
||||||
|
@ -128,6 +128,9 @@ javadoc {
|
|||||||
// To apply changes directly to the file, run `gradlew spotlessApply`
|
// To apply changes directly to the file, run `gradlew spotlessApply`
|
||||||
// Ref: https://github.com/diffplug/spotless/tree/main/plugin-gradle
|
// Ref: https://github.com/diffplug/spotless/tree/main/plugin-gradle
|
||||||
spotless {
|
spotless {
|
||||||
|
// comment out below to run spotless as part of the `check` task
|
||||||
|
enforceCheck false
|
||||||
|
|
||||||
format 'misc', {
|
format 'misc', {
|
||||||
// define the files (e.g. '*.gradle', '*.md') to apply `misc` to
|
// define the files (e.g. '*.gradle', '*.md') to apply `misc` to
|
||||||
target '.gitignore'
|
target '.gitignore'
|
||||||
|
@ -199,8 +199,8 @@
|
|||||||
<trimTrailingWhitespace/>
|
<trimTrailingWhitespace/>
|
||||||
<endWithNewline/>
|
<endWithNewline/>
|
||||||
<indent>
|
<indent>
|
||||||
<tabs>true</tabs>
|
<spaces>true</spaces> <!-- or <tabs>true</tabs> -->
|
||||||
<spacesPerTab>4</spacesPerTab>
|
<spacesPerTab>4</spacesPerTab> <!-- optional, default is 4 -->
|
||||||
</indent>
|
</indent>
|
||||||
</format>
|
</format>
|
||||||
</formats>
|
</formats>
|
||||||
|
@ -130,6 +130,9 @@ javadoc {
|
|||||||
// To apply changes directly to the file, run `gradlew spotlessApply`
|
// To apply changes directly to the file, run `gradlew spotlessApply`
|
||||||
// Ref: https://github.com/diffplug/spotless/tree/main/plugin-gradle
|
// Ref: https://github.com/diffplug/spotless/tree/main/plugin-gradle
|
||||||
spotless {
|
spotless {
|
||||||
|
// comment out below to run spotless as part of the `check` task
|
||||||
|
enforceCheck false
|
||||||
|
|
||||||
format 'misc', {
|
format 'misc', {
|
||||||
// define the files (e.g. '*.gradle', '*.md') to apply `misc` to
|
// define the files (e.g. '*.gradle', '*.md') to apply `misc` to
|
||||||
target '.gitignore'
|
target '.gitignore'
|
||||||
|
@ -199,8 +199,8 @@
|
|||||||
<trimTrailingWhitespace/>
|
<trimTrailingWhitespace/>
|
||||||
<endWithNewline/>
|
<endWithNewline/>
|
||||||
<indent>
|
<indent>
|
||||||
<tabs>true</tabs>
|
<spaces>true</spaces> <!-- or <tabs>true</tabs> -->
|
||||||
<spacesPerTab>4</spacesPerTab>
|
<spacesPerTab>4</spacesPerTab> <!-- optional, default is 4 -->
|
||||||
</indent>
|
</indent>
|
||||||
</format>
|
</format>
|
||||||
</formats>
|
</formats>
|
||||||
|
@ -129,6 +129,9 @@ javadoc {
|
|||||||
// To apply changes directly to the file, run `gradlew spotlessApply`
|
// To apply changes directly to the file, run `gradlew spotlessApply`
|
||||||
// Ref: https://github.com/diffplug/spotless/tree/main/plugin-gradle
|
// Ref: https://github.com/diffplug/spotless/tree/main/plugin-gradle
|
||||||
spotless {
|
spotless {
|
||||||
|
// comment out below to run spotless as part of the `check` task
|
||||||
|
enforceCheck false
|
||||||
|
|
||||||
format 'misc', {
|
format 'misc', {
|
||||||
// define the files (e.g. '*.gradle', '*.md') to apply `misc` to
|
// define the files (e.g. '*.gradle', '*.md') to apply `misc` to
|
||||||
target '.gitignore'
|
target '.gitignore'
|
||||||
|
@ -199,8 +199,8 @@
|
|||||||
<trimTrailingWhitespace/>
|
<trimTrailingWhitespace/>
|
||||||
<endWithNewline/>
|
<endWithNewline/>
|
||||||
<indent>
|
<indent>
|
||||||
<tabs>true</tabs>
|
<spaces>true</spaces> <!-- or <tabs>true</tabs> -->
|
||||||
<spacesPerTab>4</spacesPerTab>
|
<spacesPerTab>4</spacesPerTab> <!-- optional, default is 4 -->
|
||||||
</indent>
|
</indent>
|
||||||
</format>
|
</format>
|
||||||
</formats>
|
</formats>
|
||||||
|
@ -129,6 +129,9 @@ javadoc {
|
|||||||
// To apply changes directly to the file, run `gradlew spotlessApply`
|
// To apply changes directly to the file, run `gradlew spotlessApply`
|
||||||
// Ref: https://github.com/diffplug/spotless/tree/main/plugin-gradle
|
// Ref: https://github.com/diffplug/spotless/tree/main/plugin-gradle
|
||||||
spotless {
|
spotless {
|
||||||
|
// comment out below to run spotless as part of the `check` task
|
||||||
|
enforceCheck false
|
||||||
|
|
||||||
format 'misc', {
|
format 'misc', {
|
||||||
// define the files (e.g. '*.gradle', '*.md') to apply `misc` to
|
// define the files (e.g. '*.gradle', '*.md') to apply `misc` to
|
||||||
target '.gitignore'
|
target '.gitignore'
|
||||||
|
@ -199,8 +199,8 @@
|
|||||||
<trimTrailingWhitespace/>
|
<trimTrailingWhitespace/>
|
||||||
<endWithNewline/>
|
<endWithNewline/>
|
||||||
<indent>
|
<indent>
|
||||||
<tabs>true</tabs>
|
<spaces>true</spaces> <!-- or <tabs>true</tabs> -->
|
||||||
<spacesPerTab>4</spacesPerTab>
|
<spacesPerTab>4</spacesPerTab> <!-- optional, default is 4 -->
|
||||||
</indent>
|
</indent>
|
||||||
</format>
|
</format>
|
||||||
</formats>
|
</formats>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user