Skip to content
View Lockyy's full-sized avatar
🏳️‍🌈
🏳️‍🌈
  • London, United Kingdom
  • 04:17 (UTC +01:00)
Block or Report

Block or report Lockyy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. DFE-Digital/npq-registration DFE-Digital/npq-registration Public

    Rails app for the NPQ Registration service

    Ruby 4

  2. DFE-Digital/early-careers-framework DFE-Digital/early-careers-framework Public

    Ruby 5 7

  3. DFE-Digital/teaching-school-hub-finder DFE-Digital/teaching-school-hub-finder Public

    Rails App for the Teaching School Hub Finder

    Ruby

  4. Run Rubocop on files that've changed... Run Rubocop on files that've changed in Git
    1
    #!/bin/bash
    2
    
                  
    3
    rubocop $(git diff --name-only --diff-filter=d main...) --force-exclusion "$@"
  5. Outputs a list of all files changed ... Outputs a list of all files changed between your current HEAD and develop
    1
    #!/bin/bash
    2
    
                  
    3
    git diff --name-only --diff-filter=d main...
  6. codelittinc/slacked codelittinc/slacked Public

    A simple and easy way to send notifications to Slack from your Ruby or Rails application.

    Ruby 141 11