From c3f3bcf5d8dc31103dccfa2e245d48021de2bbaf Mon Sep 17 00:00:00 2001 From: Steve Robinson Date: Sat, 16 Jul 2016 14:13:10 +0530 Subject: [PATCH] violating commit --- lib/violations_testing.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/violations_testing.rb diff --git a/lib/violations_testing.rb b/lib/violations_testing.rb new file mode 100644 index 0000000..9bfcbee --- /dev/null +++ b/lib/violations_testing.rb @@ -0,0 +1,5 @@ +class Foo + def bar + "A very long string that is going to be flagged by Rubocop for being too long for its standards. But oh well :)" + end +end \ No newline at end of file