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