mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
* add r echo api client sample * add r workflow * fix * add env * set r version * install curl * install dep * fix * comment out installation
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
linters: linters_with_defaults(
|
|
line_length_linter(160),
|
|
object_name_linter = NULL,
|
|
cyclocomp_linter = NULL
|
|
)
|
|
exclusions: list(
|
|
)
|