Skip to content

Commit

Permalink
Ignore PHP namespace statements
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Jul 20, 2018
1 parent 0646b13 commit 3d3107c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cc/engine/analyzers/php/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Main < CC::Engine::Analyzers::Base
].freeze
DEFAULT_MASS_THRESHOLD = 75
DEFAULT_FILTERS = [
"(Stmt_Namespace ___)",
"(Stmt_Use ___)",
"(comments ___)",
].freeze
Expand Down

0 comments on commit 3d3107c

Please sign in to comment.