-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rubocop fixes and configuration update #1392
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iangmaia
force-pushed
the
add/dangermattic-setup
branch
from
September 20, 2023 16:31
697106a
to
bd3be19
Compare
iangmaia
force-pushed
the
add/rubocop
branch
from
September 20, 2023 16:32
2e4d358
to
54ac6c6
Compare
iangmaia
changed the title
Rubocop fixes and configuration improvements
Rubocop fixes and configuration update
Sep 21, 2023
iangmaia
force-pushed
the
add/dangermattic-setup
branch
from
October 5, 2023 18:43
bd3be19
to
0edafcf
Compare
iangmaia
force-pushed
the
add/dangermattic-setup
branch
from
October 13, 2023 08:20
0edafcf
to
0ed4112
Compare
iangmaia
force-pushed
the
add/dangermattic-setup
branch
from
October 13, 2023 09:16
0ed4112
to
8dcf74d
Compare
iangmaia
force-pushed
the
add/dangermattic-setup
branch
from
October 23, 2023 12:51
8dcf74d
to
604a7d9
Compare
iangmaia
force-pushed
the
add/dangermattic-setup
branch
from
October 24, 2023 10:15
1a95001
to
d6b1bb1
Compare
iangmaia
force-pushed
the
add/rubocop
branch
3 times, most recently
from
October 26, 2023 09:08
8d51009
to
6845f76
Compare
iangmaia
added
the
[Type] Tooling
Related to the Gradle build scripts and the setup or maintenance of the project build process.
label
Oct 26, 2023
iangmaia
force-pushed
the
add/dangermattic-setup
branch
from
October 30, 2023 19:04
f8c2675
to
38e9a3c
Compare
iangmaia
force-pushed
the
add/rubocop
branch
2 times, most recently
from
October 31, 2023 08:46
3592b7d
to
d2b0c67
Compare
Generated by 🚫 Danger |
ashiagr
approved these changes
Nov 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Type] Tooling
Related to the Gradle build scripts and the setup or maintenance of the project build process.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR builds on top of #1391, fixing most of the reported Rubocop offences.
Some of the offences could be a bit riskier to quickly fix and didn't seem very critical, so I generated a
.rubocop_todo.yml
to silence them for now.