Commit 8db6431
authored
Enable rubocop on all files, with exceptions (#3005)
* Enable rubocop on all files
* Add a rubocop:install_hook task to make it easier to add the pre-commit hook
* use the same checkout task version as the test task
This is to try and figure out why the rubocop task is checking out the wrong SHA
* fix rubocop complaints with sdam_prose_spec
* make rubocop only lint the current branch (not a merge with master)
* trying to get rubocop to run in PR's again...
* ugh, issue is the `ref` being in the wrong place
* maybe the pull_request trigger is necessary after all...
* fix rubocop autocorrect failure1 parent 40ce1b6 commit 8db6431
File tree
883 files changed
+18482
-22811
lines changed- .github/workflows
- bin
- examples
- gemfiles
- lib
- mongo
- address
- auth
- aws
- cr
- gssapi
- ldap
- scram256
- scram
- stringprep
- profiles
- unicode_normalize
- user
- x509
- bulk_write
- cluster
- reapers
- topology
- collection
- view
- builder
- change_stream
- config
- validators
- crypt
- kms
- aws
- azure
- gcp
- kmip
- local
- cursor
- database
- error
- event
- grid
- file
- stream
- index
- monitoring
- event
- cmap
- operation
- aggregate
- collections_info
- command
- count
- create_index
- create_user
- create
- delete
- distinct
- drop_database
- drop_index
- drop
- explain
- find
- builder
- get_more
- indexes
- insert
- kill_cursors
- list_collections
- map_reduce
- parallel_scan
- remove_user
- update_user
- update
- users_info
- write_command
- options
- protocol
- retryable
- server_selector
- server
- connection_pool
- description
- monitor
- push_monitor
- session
- socket
- srv
- uri
- write_concern
- profile/driver_bench
- rake
- spec
- integration
- client_side_encryption
- retryable_writes
- kerberos
- mongo
- address
- auth
- aws
- gssapi
- ldap
- scram256
- scram
- stringprep/profiles
- user
- x509
- bulk_write
- cluster
- topology
- collection
- view
- config
- crypt
- binding
- helpers
- kms
- error
- event
- grid
- file
- stream
- index
- monitoring
- event
- cmap
- operation
- aggregate
- create
- delete
- find/builder
- insert
- update
- options
- protocol
- server_selector
- server
- app_metadata
- connection_pool
- description
- monitor
- session
- socket
- srv
- tracing/open_telemetry
- uri
- write_concern
- runners
- change_streams
- cmap
- crud
- sdam
- transactions
- unified
- solo
- spec_tests
- stress
- support
- aws_utils
- certificates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
883 files changed
+18482
-22811
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
4 | | - | |
| 2 | + | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
0 commit comments