denny/ShinyCMS-ruby

View on GitHub
.flayignore

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

# ShinyCMS ~ https://shinycms.org
#
# Copyright 2009-2021 Denny de la Haye ~ https://denny.me
#
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)

# Ignore duplication in controllers. The slimmer you keep your Rails controllers,
# the more similar they're going to look! 'Conventional', one might say...

plugins/Shiny*/app/controllers/shiny*/**/*

# Pundit policies are even more similar; ignore them too.

plugins/Shiny*/app/policies/shiny*/**/*