You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some TruffleRuby specific Rubocop copes (a Ruby linter policies) in a `./cop` directory.
4
+
5
+
They are taken from a `rubocop-truffleruby` gem (https://github.com/andrykonchin/rubocop-truffleruby) and should be synchronized every time the gem is updated.
6
+
7
+
Use `tool/import-rubocop-truffleruby.sh` Shell script to update them automatically:
8
+
9
+
```shell
10
+
tool/import-rubocop-truffleruby.sh
11
+
```
12
+
13
+
The script expects `../rubocop-truffleruby` directory to contain a cloned `rubocop-truffleruby` repository. Otherwise it clones the Git repository itself.
0 commit comments