diff options
| author | Adam Malczewski <[email protected]> | 2026-04-01 13:29:15 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-04-01 13:29:15 +0900 |
| commit | 9aacecab709bd7315a97675750e1874d858bdeef (patch) | |
| tree | ee3fd7fe236b5d1a99791f6c4d4f22b7baa12f1e /.rubocop.yml | |
| parent | 3e32dec579fbdedec8c7ddb881207b25bb342e60 (diff) | |
| download | dispatch-adapter-copilot-9aacecab709bd7315a97675750e1874d858bdeef.tar.gz dispatch-adapter-copilot-9aacecab709bd7315a97675750e1874d858bdeef.zip | |
add rate limiting
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 08bc621..4762417 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -17,3 +17,9 @@ Metrics/MethodLength: Metrics/ClassLength: Max: 500 + +Layout/LineLength: + Enabled: false + +Style/Documentation: + Enabled: false |
