31 Oct, 2015
1 commit
29 Oct, 2015
1 commit
23 Oct, 2015
1 commit
-
Rubocop: consistent access modifier indentation
20 Oct, 2015
2 commits
-
This reverts commit 644116d884df846f633ee0d213fab94138e80465.
-
This is a tough call, both the Rails style (with private/protected) methods indented one level under the keyword, and other places using the standard ruby don't modify identation for access level. I think this strikes a good balance while still being readable. s
19 Oct, 2015
1 commit
-
Chore/rubocop newline fixes
16 Oct, 2015
1 commit
-
Update github_login label on user edit page to use GITHUB_SITE_TITLE
15 Oct, 2015
6 commits
-
Still allowing for internal alignment across lines.
-
Tiny addition to overall consistency
14 Oct, 2015
2 commits
12 Oct, 2015
21 commits
-
Notice the return value of a before_action is ignored, so we can safely remove that code.
-
That's what the majority of the codebase is using, so following that
-
Fixes: $ rubocop --lint --only AmbiguousOperator
-
Fixes: $ rubocop --lint --only ShadowingOuterLocalVariable
-
Now this succeeds: $ bundle exec rubocop --lint --only UselessAssignment
-
Run with "bundle exec rubocop --lint --auto-correct"
07 Oct, 2015
1 commit
06 Oct, 2015
1 commit
03 Oct, 2015
2 commits
-
Now that it is easy to change fingerprinting logic, it is important that users have a way to regenerate fingerprints on existing notices. This commit reorganizes and unifies problem refingerprinting between both merge/unmerge and the global refingerprinting rake task.